diff options
author | junk | 2021-03-31 06:07:15 -0300 |
---|---|---|
committer | junk | 2021-04-08 14:14:40 -0400 |
commit | e9a0a02f9e17a7a03e39d066c8157285e774a376 (patch) | |
tree | f2792c6390d5560e66f85e9053968d7f27695c9a /cgi/templates/txt_archive.html | |
parent | f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff) | |
download | weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip |
Nuevos estilos
Diffstat (limited to 'cgi/templates/txt_archive.html')
-rw-r--r-- | cgi/templates/txt_archive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/txt_archive.html b/cgi/templates/txt_archive.html index 2b5caa3..88b3196 100644 --- a/cgi/templates/txt_archive.html +++ b/cgi/templates/txt_archive.html @@ -68,7 +68,7 @@ <?py #endif ?> <?py #endfor ?> <?py if 'size' in thread: ?> - <div class="size">#{thread['size']}</div> + <div id="size">#{thread['size']}</div> <?py #endif ?> </div> <hr /><div class="stop red">■ Este hilo se encuentra guardado en el archivo</div><hr /> |