diff options
author | Renard | 2019-04-12 13:43:33 -0400 |
---|---|---|
committer | Renard | 2019-04-12 13:43:33 -0400 |
commit | 5d42e8c839dd1b56bcf570a0eb286254bfccb53d (patch) | |
tree | da60db621543732980244eba3e2b709d1f2d6f3d /cgi/templates/base_top.html | |
parent | 504654406ed914982959175adc11419af30ea3fc (diff) | |
download | weabot-5d42e8c839dd1b56bcf570a0eb286254bfccb53d.tar.gz weabot-5d42e8c839dd1b56bcf570a0eb286254bfccb53d.tar.xz weabot-5d42e8c839dd1b56bcf570a0eb286254bfccb53d.zip |
Fix visual: corchete faltante.
Diffstat (limited to 'cgi/templates/base_top.html')
-rw-r--r-- | cgi/templates/base_top.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html index 8c26b9d..424c309 100644 --- a/cgi/templates/base_top.html +++ b/cgi/templates/base_top.html @@ -44,7 +44,7 @@ <?py if not force_css: ?> <span>[Estilo: <select id="styles"> <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?> - </select></span> + </select>]</span> <?py #endif ?></div> <div class="logo"> <?py if board: ?> |