summaryrefslogtreecommitdiffstats
path: root/core/templates/message.html
diff options
context:
space:
mode:
authorVolker E <volker.e@temporaer.net>2015-03-21 07:10:46 +0100
committerVolker E <volker.e@temporaer.net>2015-03-21 07:10:46 +0100
commit599ee5ce4eb537e2becfe72949b250094411493b (patch)
tree76efba814b60c684b1e78f5ab799a7eaa327e3a6 /core/templates/message.html
parent0e4d52f9d29d33bd12033fc5d6eae4e7dcab0795 (diff)
downloadnextcloud-server-599ee5ce4eb537e2becfe72949b250094411493b.tar.gz
nextcloud-server-599ee5ce4eb537e2becfe72949b250094411493b.zip
fixing #15023, getting comments out of HTML output
Diffstat (limited to 'core/templates/message.html')
-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 cd642231a9e..a98fd31a7fe 100644
--- a/core/templates/message.html
+++ b/core/templates/message.html
@@ -1,3 +1,3 @@
-<div id="{dialog_name}" title="{title} "><!-- the ' ' after {title} fixes ie8, see http://stackoverflow.com/a/5313137/828717 -->
+<div id="{dialog_name}" title="{title} "><?php /* the ' ' after {title} fixes ie8, see http://stackoverflow.com/a/5313137/828717 */ ?>
<p><span class="ui-icon ui-icon-{type}"></span>{message}</p>
</div>