diff options
author | Choom | 2023-01-18 23:06:56 -0300 |
---|---|---|
committer | Choom | 2023-01-19 02:25:20 -0300 |
commit | 6f6263415be7d893e332d6e6c3404c453304e9e4 (patch) | |
tree | 00ea455883c674cc90525b4349f1c95ea5d9264d /cgi/templates/txt_threadlist.html | |
parent | 542e8d1452130079ae47f7a56328f8421e56f5ab (diff) | |
download | weabot-6f6263415be7d893e332d6e6c3404c453304e9e4.tar.gz weabot-6f6263415be7d893e332d6e6c3404c453304e9e4.tar.xz weabot-6f6263415be7d893e332d6e6c3404c453304e9e4.zip |
Separando ID de timestamp
Diffstat (limited to 'cgi/templates/txt_threadlist.html')
-rw-r--r-- | cgi/templates/txt_threadlist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/txt_threadlist.html b/cgi/templates/txt_threadlist.html index 315b34f..8cbd693 100644 --- a/cgi/templates/txt_threadlist.html +++ b/cgi/templates/txt_threadlist.html @@ -2,7 +2,7 @@ <body class="mainpage" data-brd="#{board}"> <div id="main_nav"><a href="/" target="_top">Bienvenido a Internet</a> | <?py include('templates/navbar.html') ?></div> <?py if banner_url: ?> - <img class="banner" src="#{banner_url}" style="width:#{banner_width}px;height:#{banner_height}px;" /> + <img id="banner" src="#{banner_url}" style="width:#{banner_width}px;height:#{banner_height}px;" /> <?py #endif ?> <div id="titlebox" class="outerbox"> <div class="innerbox"> |