make linking of notes with <speci"a'l> chars work
[grauphel.git] / templates / tag.php
index 8c7eecc2a4f8b0b98613ddc4b251b8b8b0361f43..850b03450289f7ea992ca7046368b36d497fa26d 100644 (file)
@@ -18,7 +18,7 @@
     <?php foreach ($_['notes'] as $note) { ?>
      <tr id="note-<?php p($note['guid']); ?>">
       <td>
-       <a class="cellclick" href="<?php p(OCP\Util::linkToRoute('grauphel.gui.note', array('guid' => $note['guid']))); ?>"><?php p($note['title']); ?></a>
+       <a class="cellclick" href="<?php p(OCP\Util::linkToRoute('grauphel.gui.note', array('guid' => $note['guid']))); ?>"><?php echo ($note['title']); ?></a>
       </td>
       <td>
       </td>