summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorportix <none@none>2012-12-19 18:55:09 +0100
committerportix <none@none>2012-12-19 18:55:09 +0100
commit7d66e831271100ec190235794f810a9ce6f65488 (patch)
treeaed6975fb943eb4715df0947e4f1dac05b1ed45c /src
parent992d7456cbc3b8e1c7fc1d29310b404ddcb378a4 (diff)
downloaddwb-7d66e831271100ec190235794f810a9ce6f65488.zip
Fixing broken layout on dwb:quickmarks; remove duplicate entries in data-js object
Diffstat (limited to 'src')
-rw-r--r--src/html.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/html.c b/src/html.c
index 2b66112f..988485ce 100644
--- a/src/html.c
+++ b/src/html.c
@@ -448,9 +448,11 @@ html_quickmarks(GList *gl, HtmlTable *table)
Quickmark *q = gl->data;
g_string_append_printf(panels, "\n\
<tr class='dwb_table_row'>\n\
+ <td>\n\
+ <div class='dwb_qm'>%s</div>\n\
+ </td>\n\
<td class='dwb_table_cell_left'>\n\
<div>\n\
- <div class='dwb_qm'>%s</div>\n\
<a href='%s'>\n\
<div class='dwb_ellipsize'>\n\
%s\n\