diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-24 07:39:12 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-24 07:39:12 +0200 |
| commit | 93298095b3c4455aa1a4c676d6e2f9915ca06caa (patch) | |
| tree | 5b040a0eac9ef780e4af4160f76f5553c51cc866 /templates/gui-note.php | |
| parent | 8ee6bfe97633d31c6b89cebbc434837eca04d6dd (diff) | |
| download | grauphel-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.php | 2 |
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'}))); ?> |
