fix message dialog titles in IE8

This commit is contained in:
Jörn Friedrich Dreyer 2013-10-23 10:15:50 +02:00
parent 9019ad550f
commit 20716a153a
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<div id="{dialog_name}" title="{title}">
<div id="{dialog_name}" title="{title} "><!-- the ' ' after {title} fixes ie8, see http://stackoverflow.com/a/5313137/828717 -->
<p><span class="ui-icon ui-icon-{type}"></span>{message}</p>
</div>