diff options
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'}))); ?> |
