aboutsummaryrefslogtreecommitdiff
path: root/dpi/bookmarks.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/bookmarks.c')
-rw-r--r--dpi/bookmarks.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dpi/bookmarks.c b/dpi/bookmarks.c
index f5a15636..3d744403 100644
--- a/dpi/bookmarks.c
+++ b/dpi/bookmarks.c
@@ -174,10 +174,10 @@ char *mainpage_sections_item =
char *modifypage_sections_item =
" <tr><td>\n"
-" <table width='100%%' bgcolor='#b4b4b4'cellspacing='0' cellpadding='0'>\n"
+" <table width='100%%'>\n"
" <tr align='center'>"
-" <td width='1%%'><input type='checkbox' name='s%d'></td>\n"
-" <td><a href='#s%d'>%s</a></td></tr></table></td></tr>\n";
+" <td><input type='checkbox' name='s%d'></td>\n"
+" <td width='100%%'><a href='#s%d'>%s</a></td></tr></table></td></tr>\n";
char *mainpage_sections_footer =
" </table>\n";