[mhonarc] add download link name



commit c5d3e11c9af44ba5771eb8d79bfbbcf80fc47d8b
Author: Olav Vitters <olav vitters nl>
Date:   Wed Feb 13 00:35:58 2013 +0100

    add download link name

 archive.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/archive.py b/archive.py
index 2e124ff..ead67d5 100755
--- a/archive.py
+++ b/archive.py
@@ -348,7 +348,7 @@ Search:
                     fp.write('</table>')
 
                 # Overview of downloadable versions
-                fp.write('<h2>Download</h2>')
+                fp.write('<h2>Download<a name="download"></a></h2>')
                 fp.write('<table border=0>')
                 fp.write('<tr><th>Year</th>')
                 for month in sorted(cls.MONTHS, key=cls.MONTHS.get):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]