diff options
author | Choom | 2022-12-22 01:43:53 -0300 |
---|---|---|
committer | Choom | 2022-12-22 01:44:01 -0300 |
commit | d19973f467066d00c5f9cfd0f250bbb7439d6338 (patch) | |
tree | 8e8cdc80c4415769ee4dc3181c3b469625e2785b /cgi/templates/board.html | |
parent | 743de43d75dcac4178893cf596fbb8d99ae89308 (diff) | |
download | weabot-d19973f467066d00c5f9cfd0f250bbb7439d6338.tar.gz weabot-d19973f467066d00c5f9cfd0f250bbb7439d6338.tar.xz weabot-d19973f467066d00c5f9cfd0f250bbb7439d6338.zip |
Banner consejos
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r-- | cgi/templates/board.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html index b9593ea..b338cfe 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -226,7 +226,7 @@ <img class="thumb" alt="#{post['id']}" src="#{images_url}#{board}/thumb/#{post['thumb']}" width="#{post['thumb_width']}" height="#{post['thumb_height']}" /> <?py #endif ?> </a> - <?py #endif ?> + <?py #endif ?> </div><?py #div .info ?> <?py if post['thumb_width'] and post['parentid']: ?> <blockquote style="margin-left:#{post['thumb_width']+40}px;">#{post['message']}</blockquote> @@ -277,4 +277,4 @@ <div class="pg">#{pagenav}</div> <?py #endif ?> -<?py include('templates/base_bottom.html') ?>
\ No newline at end of file +<?py include('templates/base_bottom.html') ?> |