summaryrefslogtreecommitdiff
path: root/tpl/notes/new.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/notes/new.php')
-rw-r--r--tpl/notes/new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/notes/new.php b/tpl/notes/new.php
index ca17f21..7ef6a59 100644
--- a/tpl/notes/new.php
+++ b/tpl/notes/new.php
@@ -3,7 +3,7 @@
require("tpl/general/top.php");
if (isset($parent)) {
- echo '<div class="small_right"><a href="view-notes-' . $parent['id'] . '">back to ' .
+ echo '<div class="small_right"><a href="?p=view-notes-' . $parent['id'] . '">back to ' .
$parent['title'] . '</a></div>';
}