Fossil SCM
Update the script that generates the download page on the website so that it displays the correct title. Ticket [377c1b29be9e2f35]
Commit
5b6241645476589a8d88ba8a8bbd04c26e7a0e6b
Parent
7b52ab05fe275ce…
1 file changed
+1
-1
+1
-1
| --- www/mkdownload.tcl | ||
| +++ www/mkdownload.tcl | ||
| @@ -8,11 +8,11 @@ | ||
| 8 | 8 | fconfigure $out -encoding utf-8 -translation lf |
| 9 | 9 | puts $out \ |
| 10 | 10 | {<!DOCTYPE html><html> |
| 11 | 11 | <head> |
| 12 | 12 | <base href="http://www.fossil-scm.org/" /> |
| 13 | -<title>Fossil: Timeline</title> | |
| 13 | +<title>Fossil: Downloads</title> | |
| 14 | 14 | <link rel="stylesheet" href="/fossil/style.css" type="text/css" |
| 15 | 15 | media="screen"> |
| 16 | 16 | </head> |
| 17 | 17 | <body> |
| 18 | 18 | <div class="header"> |
| 19 | 19 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -8,11 +8,11 @@ | |
| 8 | fconfigure $out -encoding utf-8 -translation lf |
| 9 | puts $out \ |
| 10 | {<!DOCTYPE html><html> |
| 11 | <head> |
| 12 | <base href="http://www.fossil-scm.org/" /> |
| 13 | <title>Fossil: Timeline</title> |
| 14 | <link rel="stylesheet" href="/fossil/style.css" type="text/css" |
| 15 | media="screen"> |
| 16 | </head> |
| 17 | <body> |
| 18 | <div class="header"> |
| 19 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -8,11 +8,11 @@ | |
| 8 | fconfigure $out -encoding utf-8 -translation lf |
| 9 | puts $out \ |
| 10 | {<!DOCTYPE html><html> |
| 11 | <head> |
| 12 | <base href="http://www.fossil-scm.org/" /> |
| 13 | <title>Fossil: Downloads</title> |
| 14 | <link rel="stylesheet" href="/fossil/style.css" type="text/css" |
| 15 | media="screen"> |
| 16 | </head> |
| 17 | <body> |
| 18 | <div class="header"> |
| 19 |