Merge pull request #982 from nextcloud/uninterpreted-php

Remove uninterpreted PHP
pull/989/head
Julius Härtl 10 years ago committed by GitHub
commit 8007ea60fb
  1. 2
      core/templates/message.html

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

Loading…
Cancel
Save