summaryrefslogtreecommitdiff
path: root/web/news_to_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/news_to_html.py')
-rwxr-xr-xweb/news_to_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news_to_html.py b/web/news_to_html.py
index 22ddb4c..6da037d 100755
--- a/web/news_to_html.py
+++ b/web/news_to_html.py
@@ -76,7 +76,7 @@ dt=open("all_news.bin", "r")
wp.write("<!DOCTYPE HTML><html><head><title>Server News</title></head><body>")
wp.write("<table border=1 align=left><tr><td>Archive</td></tr>")
for i in i1:
- wp.write('<tr><td><a href='+nn(i)+'>'+nn(i)+'</a></td></tr>')
+ wp.write('<tr><td><a href=#'+nn(i)+'>'+nn(i)+'</a></td></tr>')
wp.write('</table><br/>')
for line in dt: