summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/box.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c
index 0493fac76..74b79cc16 100644
--- a/render/box.c
+++ b/render/box.c
@@ -826,7 +826,7 @@ struct css_style * box_get_style(struct content *c,
style->border_spacing.horz.unit =
style->border_spacing.vert.unit =
CSS_UNIT_PX;
- style->border_spacing.vert.value =
+ style->border_spacing.horz.value =
style->border_spacing.vert.value =
value;
}