fix message dialog titles in IE8
This commit is contained in:
parent
9019ad550f
commit
20716a153a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue