aboutsummaryrefslogtreecommitdiff
path: root/templates/gui-note.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-24 07:39:12 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-10-24 07:39:12 +0200
commit93298095b3c4455aa1a4c676d6e2f9915ca06caa (patch)
tree5b040a0eac9ef780e4af4160f76f5553c51cc866 /templates/gui-note.php
parent8ee6bfe97633d31c6b89cebbc434837eca04d6dd (diff)
downloadgrauphel-93298095b3c4455aa1a4c676d6e2f9915ca06caa.tar.gz
grauphel-93298095b3c4455aa1a4c676d6e2f9915ca06caa.zip
make linking of notes with <speci"a'l> chars work
Diffstat (limited to 'templates/gui-note.php')
-rw-r--r--templates/gui-note.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gui-note.php b/templates/gui-note.php
index a7e0587..296a0d2 100644
--- a/templates/gui-note.php
+++ b/templates/gui-note.php
@@ -6,7 +6,7 @@
<script type="text/javascript" src="<?php p(OCP\Util::linkTo('grauphel','js/grauphel.js')); ?>"></script>
<div id="app-content" class="content">
- <h1><?php p($_['note']->title); ?></h1>
+ <h1><?php echo ($_['note']->title); ?></h1>
<p class="muted">
Last modified:
<?php p(\OCP\Util::formatDate(strtotime($_['note']->{'last-change-date'}))); ?>