Remove uninterpreted PHP

This is in an HTML file. The PHP won't be executed 🙈
This commit is contained in:
Lukas Reschke 2016-08-19 14:24:26 +02:00
parent cb7b44d33d
commit 8a6b5a1d86
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

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>