aboutsummaryrefslogtreecommitdiff
path: root/dpi/bookmarks.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-12-19 13:39:49 +0100
committerjcid <devnull@localhost>2007-12-19 13:39:49 +0100
commit5834f58cbb7104eef7addf2197b3002ab5376b9d (patch)
tree04a9b109f4389e64cd55caa33d69275b5622ee77 /dpi/bookmarks.c
parent4217d459c6e3e0bc3c4f92b0ac395db913104e86 (diff)
minor changes
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";