aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-09-17 08:15:20 +0000
committercorvid <corvid@lavabit.com>2009-09-17 08:15:20 +0000
commitf1393d28f45af32d6c6a4036e8f9b5b1baa52b67 (patch)
treeac736f6c93bef94d74f17c59b87a566130704408 /src/html.cc
parent36221981b4015a191a4c09f9f6cd44a7895742a1 (diff)
turn off PrevWasSPC for inline widgets
Noticed that there weren't spaces after the math images in http://en.wikipedia.org/wiki/Linear_programming
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html.cc b/src/html.cc
index a8412f43..7243b7b3 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -2160,6 +2160,7 @@ static void Html_tag_open_img(DilloHtml *html, const char *tag, int tagsize)
Image = a_Html_image_new(html, tag, tagsize, url);
HT2TB(html)->addWidget((Widget*)Image->dw, html->styleEngine->style());
+ html->PrevWasSPC = false;
/* Image maps */
if (a_Html_get_attr(html, tag, tagsize, "ismap")) {