1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-12 14:11:31 +02:00

fix message dialog titles in IE8

Cette révision appartient à :
Jörn Friedrich Dreyer 2013-10-23 10:15:50 +02:00
Parent 9019ad550f
révision 20716a153a

Voir le fichier

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