diff options
author | Terry | 2019-03-29 13:36:15 -0300 |
---|---|---|
committer | Terry | 2019-03-29 13:36:15 -0300 |
commit | 8b24c666262c095557aa16f9b0639ef3c7e4dbe2 (patch) | |
tree | 20250652b948083a5c6cef5e35f47cd3391664d7 /cgi/templates/txt_board.html | |
parent | 1f21fc3feb31cacd6d42799f56a18ce67f05fe46 (diff) | |
download | weabot-8b24c666262c095557aa16f9b0639ef3c7e4dbe2.tar.gz weabot-8b24c666262c095557aa16f9b0639ef3c7e4dbe2.tar.xz weabot-8b24c666262c095557aa16f9b0639ef3c7e4dbe2.zip |
Tecnologías del futuro para la web 1.0
Diffstat (limited to 'cgi/templates/txt_board.html')
-rw-r--r-- | cgi/templates/txt_board.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/txt_board.html b/cgi/templates/txt_board.html index 097e255..34fff54 100644 --- a/cgi/templates/txt_board.html +++ b/cgi/templates/txt_board.html @@ -28,7 +28,7 @@ <div id="threadlist"> <?py iter = 1 ?> <?py for thread in threads: ?> - <a href="#{boards_url}#{board}/read/#{thread['timestamp']}/#{'l50' if thread['length'] > 50 else ''}">#{iter}: </a><a href="##{iter}"> <b>#{thread['posts'][0]['subject']}</b> (#{thread['length']})</a><br /> + <a href="##{iter}">#{iter}: <b>#{thread["subject"]}</b> (#{thread['length']})</a><br /> <?py iter += 1 ?> <?py #endfor ?> <?py for thread in more_threads: ?> |