summaryrefslogtreecommitdiff
path: root/tpl/notes/edit.php
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-04-29 12:08:02 +0200
committerAlex Auvolat <alex@adnab.me>2018-04-29 12:08:02 +0200
commit03685416017163d38f4ef1239ca50df1e38a242a (patch)
treee6801bff28301e17ebb27812bc68c5cd6631d158 /tpl/notes/edit.php
parentc69c046ff936c1853fb5bf10a5203ec30609d248 (diff)
downloadBits-update.tar.gz
Bits-update.zip
Add some links with ?p=update
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");