[Xfce4-commits] <midori:master> Properly close H4 tag in empty Speed Dial slots.

Christian Dywan noreply at xfce.org
Mon Apr 4 00:26:03 CEST 2011


Updating branch refs/heads/master
         to ae1a3aafb97b81d768a5fa46a372cef4858d788c (commit)
       from ac875f73de3c0bf402e1b903e80408202be20803 (commit)

commit ae1a3aafb97b81d768a5fa46a372cef4858d788c
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sun Mar 27 15:36:31 2011 +0200

    Properly close H4 tag in empty Speed Dial slots.

 midori/midori-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-view.c b/midori/midori-view.c
index a7e9a92..679d8ba 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -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);
         }



More information about the Xfce4-commits mailing list