diff options
author | Dan McGee <dan@archlinux.org> | 2010-05-26 08:52:00 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-26 08:52:40 -0500 |
commit | 8f11dd9065319c5b49fad82c3546d1c291db78fc (patch) | |
tree | efb5756cc9542f4667e255469c16d8244df1f39c /templates/public | |
parent | eee4d67ce7420908d3880d6435dd017458e8560e (diff) |
Fix missing version in checksums on download page
Forgot to move the 'endwith' tag a bit further down the page below the last
version reference. Fixes FS#19584.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 3808222a..06224096 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -85,7 +85,6 @@ </td> </tbody> </table> - {% endwith %} <h3>Get Arch Linux on CD</h3> @@ -124,6 +123,7 @@ <li><a href="http://www.archlinux.org/iso/{{version}}/md5sums.txt" title="Get the latest MD5 checksums">MD5 checksums</a></li> </ul> + {% endwith %} <table id="download-mirrors"> <thead> |