From ae1a3aafb97b81d768a5fa46a372cef4858d788c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Sun, 27 Mar 2011 15:36:31 +0200 Subject: [PATCH] Properly close H4 tag in empty Speed Dial slots. --- midori/midori-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }