]> spindle.queued.net Git - midori/commitdiff
Properly close H4 tag in empty Speed Dial slots.
authorPaweł Forysiuk <tuxator@o2.pl>
Sun, 27 Mar 2011 13:36:31 +0000 (15:36 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 3 Apr 2011 22:22:27 +0000 (00:22 +0200)
midori/midori-view.c

index a7e9a928905084276ac01dfcd690bff8fd39e4f7..679d8ba2cc188bff90e6dd75b9a29221e7f8dc40 100644 (file)
@@ -3855,7 +3855,7 @@ prepare_speed_dial_html (MidoriView* view)
                     "<div class=\"shortcut%s\" id=\"s%d\">"
                     "\n<a href=\"#\" onclick='javascript:return"
                     " getAction(\"s%d\");'>"
-                    "<h1>%d</h1>\n<h4><span></span><h4>"
+                    "<h1>%d</h1>\n<h4><span></span></h4>"
                     "</a>\n<p></p></div>\n",
                     position, slot, slot, slot);
         }