aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc
index 31fcfb7c..2fa0af4b 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -2091,10 +2091,10 @@ static void Html_tag_open_table(DilloHtml *html, const char *tag, int tagsize)
style_attrs.borderWidth.setVal (border);
style_attrs.setBorderColor (
- Color::createShaded (HT2LT(html),
- S_TOP(html)->current_bg_color));
+ Color::createShaded (HT2LT(html), S_TOP(html)->current_bg_color));
style_attrs.setBorderStyle (BORDER_OUTSET);
style_attrs.hBorderSpacing = cellspacing;
+ style_attrs.vBorderSpacing = cellspacing;
if ((attrbuf = Html_get_attr(html, tag, tagsize, "width")))
style_attrs.width = Html_parse_length (html, attrbuf);