Fossil SCM

Fix the mkdownload.tcl script so that it generates a correctly-formatted download.html page.

drh 2016-10-25 01:21 trunk
Commit 1d028af6c75fdf4031889f0f12d88f9c142f0c3c
1 file changed +1 -2
--- www/mkdownload.tcl
+++ www/mkdownload.tcl
@@ -7,12 +7,11 @@
77
#
88
#
99
set out [open download.html w]
1010
fconfigure $out -encoding utf-8 -translation lf
1111
puts $out \
12
-{<!DOCTYPE html>
13
-<div class='fossil-doc' data-title='Download Page'>
12
+{<div class='fossil-doc' data-title='Download Page'>
1413
1514
<center><font size=4>}
1615
puts $out \
1716
"<b>To install Fossil &rarr;</b> download the stand-alone executable"
1817
puts $out \
1918
--- 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 &rarr;</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 &rarr;</b> download the stand-alone executable"
17 puts $out \
18

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button