diff options
Diffstat (limited to 'cgi/templates/mobile/newest.html')
-rw-r--r-- | cgi/templates/mobile/newest.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/mobile/newest.html b/cgi/templates/mobile/newest.html index 37fd67f..76da88b 100644 --- a/cgi/templates/mobile/newest.html +++ b/cgi/templates/mobile/newest.html @@ -7,8 +7,8 @@ <div class="bar"><a href="//m.bienvenidoainternet.org">Secciones</a><a href="/cgi/mobilehome">Hilos activos</a><a href="/cgi/mobilenewest" class="sel">Nuevos hilos</a></div> <div class="list"> <?py for thread in newthreads: ?> - <a href="/cgi/mobileread${thread['url']}">#{thread['content']}<div>${thread['board_fulln']}</div></a> + <a href="/cgi/mobileread${thread['url']}">#{thread['content']}<div>${thread['board_name']}</div></a> <?py #endfor ?> </div> </body> -</html>
\ No newline at end of file +</html> |