Fossil SCM
missing <tr> tag
Commit
b2204034ecb389e50afe75cabf61c180eb578173
Parent
101a53cfc969b76…
1 file changed
+3
-2
+3
-2
| --- www/mkdownload.tcl | ||
| +++ www/mkdownload.tcl | ||
| @@ -72,11 +72,12 @@ | ||
| 72 | 72 | set link [string map {{ } +} $dt] |
| 73 | 73 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 74 | 74 | puts $out "<tr><td colspan=6 align=left><hr>" |
| 75 | 75 | puts $out "<center><b><a href=\"$hr\">$dt</a></b></center>" |
| 76 | 76 | puts $out "</td></tr>" |
| 77 | - | |
| 77 | + puts $out "<tr>" | |
| 78 | + | |
| 78 | 79 | foreach {prefix suffix img desc} { |
| 79 | 80 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 80 | 81 | fossil-macosx-x86 zip mac.gif {Mac 10.5 x86} |
| 81 | 82 | fossil-openbsd-x86 zip openbsd.gif {OpenBSD 4.7 x86} |
| 82 | 83 | fossil-w32 zip win32.gif {Windows} |
| @@ -126,15 +127,15 @@ | ||
| 126 | 127 | puts $out {<html> |
| 127 | 128 | <title>Fossil Download Checksums</title> |
| 128 | 129 | <body> |
| 129 | 130 | <h1 align="center">Checksums For Fossil Downloads</h1> |
| 130 | 131 | <p>The following table shows the SHA1 checksums for the precompiled |
| 131 | -binaries available on the | |
| 132 | +binaries available on the | |
| 132 | 133 | <a href="http://www.fossil-scm.org/download.html">Fossil website</a>.</p> |
| 133 | 134 | <pre>} |
| 134 | 135 | |
| 135 | 136 | foreach file [lsort [glob -nocomplain download/fossil-*.zip]] { |
| 136 | 137 | set sha1sum [lindex [exec sha1sum $file] 0] |
| 137 | 138 | puts $out "$sha1sum [file tail $file]" |
| 138 | 139 | } |
| 139 | 140 | puts $out {</pre></body></html>} |
| 140 | 141 | close $out |
| 141 | 142 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -72,11 +72,12 @@ | |
| 72 | set link [string map {{ } +} $dt] |
| 73 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 74 | puts $out "<tr><td colspan=6 align=left><hr>" |
| 75 | puts $out "<center><b><a href=\"$hr\">$dt</a></b></center>" |
| 76 | puts $out "</td></tr>" |
| 77 | |
| 78 | foreach {prefix suffix img desc} { |
| 79 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 80 | fossil-macosx-x86 zip mac.gif {Mac 10.5 x86} |
| 81 | fossil-openbsd-x86 zip openbsd.gif {OpenBSD 4.7 x86} |
| 82 | fossil-w32 zip win32.gif {Windows} |
| @@ -126,15 +127,15 @@ | |
| 126 | puts $out {<html> |
| 127 | <title>Fossil Download Checksums</title> |
| 128 | <body> |
| 129 | <h1 align="center">Checksums For Fossil Downloads</h1> |
| 130 | <p>The following table shows the SHA1 checksums for the precompiled |
| 131 | binaries available on the |
| 132 | <a href="http://www.fossil-scm.org/download.html">Fossil website</a>.</p> |
| 133 | <pre>} |
| 134 | |
| 135 | foreach file [lsort [glob -nocomplain download/fossil-*.zip]] { |
| 136 | set sha1sum [lindex [exec sha1sum $file] 0] |
| 137 | puts $out "$sha1sum [file tail $file]" |
| 138 | } |
| 139 | puts $out {</pre></body></html>} |
| 140 | close $out |
| 141 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -72,11 +72,12 @@ | |
| 72 | set link [string map {{ } +} $dt] |
| 73 | set hr http://www.fossil-scm.org/fossil/timeline?c=$link&y=ci |
| 74 | puts $out "<tr><td colspan=6 align=left><hr>" |
| 75 | puts $out "<center><b><a href=\"$hr\">$dt</a></b></center>" |
| 76 | puts $out "</td></tr>" |
| 77 | puts $out "<tr>" |
| 78 | |
| 79 | foreach {prefix suffix img desc} { |
| 80 | fossil-linux-x86 zip linux.gif {Linux x86} |
| 81 | fossil-macosx-x86 zip mac.gif {Mac 10.5 x86} |
| 82 | fossil-openbsd-x86 zip openbsd.gif {OpenBSD 4.7 x86} |
| 83 | fossil-w32 zip win32.gif {Windows} |
| @@ -126,15 +127,15 @@ | |
| 127 | puts $out {<html> |
| 128 | <title>Fossil Download Checksums</title> |
| 129 | <body> |
| 130 | <h1 align="center">Checksums For Fossil Downloads</h1> |
| 131 | <p>The following table shows the SHA1 checksums for the precompiled |
| 132 | binaries available on the |
| 133 | <a href="http://www.fossil-scm.org/download.html">Fossil website</a>.</p> |
| 134 | <pre>} |
| 135 | |
| 136 | foreach file [lsort [glob -nocomplain download/fossil-*.zip]] { |
| 137 | set sha1sum [lindex [exec sha1sum $file] 0] |
| 138 | puts $out "$sha1sum [file tail $file]" |
| 139 | } |
| 140 | puts $out {</pre></body></html>} |
| 141 | close $out |
| 142 |