diff options
Diffstat (limited to 'cgi/templates')
-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 424c309..8c26b9d 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: ?> |