diff options
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 2f02408..4a94dc4 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -273,7 +273,7 @@ <hr /> <?py #endfor ?> - <div class="userdel"> + <div id="userdel"> Eliminar post <label>[<input type="checkbox" name="imageonly" id="imageonly" />Sólo imagen]</label> <br /> Clave <input type="password" name="password" size="8" /> <input name="deletepost" value="Eliminar" type="submit" /> @@ -282,7 +282,7 @@ </form> <?py if pagenav: ?> - <div class="pg">#{pagenav}</div> + <div id="pg">#{pagenav}</div> <?py #endif ?> <?py include('templates/base_bottom.html') ?> |