diff options
author | Terry | 2019-03-29 11:19:08 -0300 |
---|---|---|
committer | Terry | 2019-03-29 11:19:08 -0300 |
commit | aba26b4a8731a3485eba3d0a7d0d1d3f2401ac66 (patch) | |
tree | 8ab99851662c1c24464e1ee429d3c17db6dc052a /cgi/templates/txt_thread.html | |
parent | cbcec8cdc72261fda3784cf629cbbf98ebdea93d (diff) | |
download | weabot-aba26b4a8731a3485eba3d0a7d0d1d3f2401ac66.tar.gz weabot-aba26b4a8731a3485eba3d0a7d0d1d3f2401ac66.tar.xz weabot-aba26b4a8731a3485eba3d0a7d0d1d3f2401ac66.zip |
size 🤡
Diffstat (limited to 'cgi/templates/txt_thread.html')
-rw-r--r-- | cgi/templates/txt_thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/txt_thread.html b/cgi/templates/txt_thread.html index 5cfeb8a..fd2fa2e 100644 --- a/cgi/templates/txt_thread.html +++ b/cgi/templates/txt_thread.html @@ -55,7 +55,7 @@ </div> <?py #endif ?> <?py #endfor ?> - <div class="size">#{thread['size']}</div> + <div id="size">#{thread['size']}</div> </div> <hr /> <?py if thread['locked'] != '1': ?> |