Merge pull request #982 from nextcloud/uninterpreted-php

Remove uninterpreted PHP
This commit is contained in:
Julius Härtl 2016-08-19 17:52:23 +02:00 committed by GitHub
commit 8007ea60fb

View file

@ -1,3 +1,3 @@
<div id="{dialog_name}" title="{title} "><?php /* the ' ' after {title} fixes ie8, see http://stackoverflow.com/a/5313137/828717 */ ?>
<div id="{dialog_name}" title="{title} ">
<p><span class="ui-icon ui-icon-{type}"></span>{message}</p>
</div>