diff options
Diffstat (limited to 'cgi/templates/mobile/txt_thread.html')
-rw-r--r-- | cgi/templates/mobile/txt_thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/mobile/txt_thread.html b/cgi/templates/mobile/txt_thread.html index 8a19a94..c9b58a8 100644 --- a/cgi/templates/mobile/txt_thread.html +++ b/cgi/templates/mobile/txt_thread.html @@ -1,5 +1,5 @@ <?py include('templates/mobile/base_top.html') ?> -<body class="txt"> +<body class="txt" data-brd="#{board}"> <a name="top"></a> <?py for thread in threads: ?> <div class="nav"><div><a href="//m.bienvenidoainternet.org">Home</a><a href="#{cgi_url}mobile/#{board}/">Volver</a><a href="#form">▼</a></div></div> |