Properly close H4 tag in empty Speed Dial slots.
This commit is contained in:
parent
ac875f73de
commit
ae1a3aafb9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue