Properly close H4 tag in empty Speed Dial slots.

This commit is contained in:
Paweł Forysiuk 2011-03-27 15:36:31 +02:00 committed by Christian Dywan
parent ac875f73de
commit ae1a3aafb9

View 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);
}