fix message dialog titles in IE8

Este commit está contenido en:
Jörn Friedrich Dreyer 2013-10-23 10:15:50 +02:00
padre 9019ad550f
commit 20716a153a

Ver fichero

@ -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>