summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-26 08:52:00 -0500
committerDan McGee <dan@archlinux.org>2010-05-26 08:52:40 -0500
commit8f11dd9065319c5b49fad82c3546d1c291db78fc (patch)
treeefb5756cc9542f4667e255469c16d8244df1f39c
parenteee4d67ce7420908d3880d6435dd017458e8560e (diff)
downloadarchweb-8f11dd9065319c5b49fad82c3546d1c291db78fc.tar.gz
archweb-8f11dd9065319c5b49fad82c3546d1c291db78fc.zip
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>
-rw-r--r--templates/public/download.html2
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>