]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix message dialog titles in IE8
authorJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 23 Oct 2013 08:15:50 +0000 (10:15 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 23 Oct 2013 08:58:25 +0000 (10:58 +0200)
core/templates/message.html

index 59048100f32031358ef32d6cc1c8e49e401ed64b..cd642231a9eabe0b8400872c369d87af2d930882 100644 (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>