From: Paweł Forysiuk Date: Sun, 27 Mar 2011 13:36:31 +0000 (+0200) Subject: Properly close H4 tag in empty Speed Dial slots. X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1a3aafb97b81d768a5fa46a372cef4858d788c;p=midori Properly close H4 tag in empty Speed Dial slots. --- diff --git a/midori/midori-view.c b/midori/midori-view.c index a7e9a928..679d8ba2 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -3855,7 +3855,7 @@ prepare_speed_dial_html (MidoriView* view) "
" "\n" - "

%d

\n

" + "

%d

\n

" "
\n

\n", position, slot, slot, slot); }