Fossil SCM
Fix the mkdownload.tcl script so that it generates a correctly-formatted download.html page.
Commit
1d028af6c75fdf4031889f0f12d88f9c142f0c3c
Parent
a2f47102210e40f…
1 file changed
+1
-2
+1
-2
| --- www/mkdownload.tcl | ||
| +++ www/mkdownload.tcl | ||
| @@ -7,12 +7,11 @@ | ||
| 7 | 7 | # |
| 8 | 8 | # |
| 9 | 9 | set out [open download.html w] |
| 10 | 10 | fconfigure $out -encoding utf-8 -translation lf |
| 11 | 11 | puts $out \ |
| 12 | -{<!DOCTYPE html> | |
| 13 | -<div class='fossil-doc' data-title='Download Page'> | |
| 12 | +{<div class='fossil-doc' data-title='Download Page'> | |
| 14 | 13 | |
| 15 | 14 | <center><font size=4>} |
| 16 | 15 | puts $out \ |
| 17 | 16 | "<b>To install Fossil →</b> download the stand-alone executable" |
| 18 | 17 | puts $out \ |
| 19 | 18 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -7,12 +7,11 @@ | |
| 7 | # |
| 8 | # |
| 9 | set out [open download.html w] |
| 10 | fconfigure $out -encoding utf-8 -translation lf |
| 11 | puts $out \ |
| 12 | {<!DOCTYPE html> |
| 13 | <div class='fossil-doc' data-title='Download Page'> |
| 14 | |
| 15 | <center><font size=4>} |
| 16 | puts $out \ |
| 17 | "<b>To install Fossil →</b> download the stand-alone executable" |
| 18 | puts $out \ |
| 19 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -7,12 +7,11 @@ | |
| 7 | # |
| 8 | # |
| 9 | set out [open download.html w] |
| 10 | fconfigure $out -encoding utf-8 -translation lf |
| 11 | puts $out \ |
| 12 | {<div class='fossil-doc' data-title='Download Page'> |
| 13 | |
| 14 | <center><font size=4>} |
| 15 | puts $out \ |
| 16 | "<b>To install Fossil →</b> download the stand-alone executable" |
| 17 | puts $out \ |
| 18 |