aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulius Härtl <github@jus.li>2016-08-19 17:52:23 +0200
committerGitHub <noreply@github.com>2016-08-19 17:52:23 +0200
commit8007ea60fbfa5de663753813a03041ca4c53384f (patch)
treef750af0dd8fb59bdbefc4ef852e9aed47353b2d0
parent69ccb9ff7a15dbab387a3d5b111f9bcba3625df7 (diff)
parent8a6b5a1d8641700462673cafac413d9d7e36d3e5 (diff)
downloadnextcloud-server-8007ea60fbfa5de663753813a03041ca4c53384f.tar.gz
nextcloud-server-8007ea60fbfa5de663753813a03041ca4c53384f.zip
Merge pull request #982 from nextcloud/uninterpreted-php
Remove uninterpreted PHP
-rw-r--r--core/templates/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/message.html b/core/templates/message.html
index a98fd31a7fe..06f8a789599 100644
--- a/core/templates/message.html
+++ b/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>