summaryrefslogtreecommitdiff
path: root/tpl/notes/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/notes/edit.php')
-rw-r--r--tpl/notes/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/notes/edit.php b/tpl/notes/edit.php
index 54f5157..2cf7fbf 100644
--- a/tpl/notes/edit.php
+++ b/tpl/notes/edit.php
@@ -2,7 +2,7 @@
require("tpl/general/top.php");
-echo '<div class="small_right"><a href="view-notes-' . $note['id'] . '">revenir à la note</a></div>';
+echo '<div class="small_right"><a href="?p=view-notes-' . $note['id'] . '">revenir à la note</a></div>';
require("tpl/general/inc_form.php");