summaryrefslogtreecommitdiff
path: root/web/news_to_html.py
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-17 23:18:15 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-17 23:18:15 -0200
commit0f560fd5e7cda6545061961ee45c6baef326dbb7 (patch)
tree04f2f831c46f7fe4080f599d0b2950092057a8f2 /web/news_to_html.py
parentb8c5eae7dbad2d2ca7b198cb76d2131a0bfe518b (diff)
downloadtools-0f560fd5e7cda6545061961ee45c6baef326dbb7.tar.gz
tools-0f560fd5e7cda6545061961ee45c6baef326dbb7.tar.bz2
tools-0f560fd5e7cda6545061961ee45c6baef326dbb7.tar.xz
tools-0f560fd5e7cda6545061961ee45c6baef326dbb7.zip
Release 1.3 candy candy candy CANDY
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: