Browse Source

fix message dialog titles in IE8

tags/v6.0.0beta2
Jörn Friedrich Dreyer 10 years ago
parent
commit
20716a153a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/templates/message.html

+ 1
- 1
core/templates/message.html 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>

Loading…
Cancel
Save