From f1393d28f45af32d6c6a4036e8f9b5b1baa52b67 Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 17 Sep 2009 08:15:20 +0000 Subject: turn off PrevWasSPC for inline widgets Noticed that there weren't spaces after the math images in http://en.wikipedia.org/wiki/Linear_programming --- src/html.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/html.cc') 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")) { -- cgit v1.2.3