diff --git a/wiki.js b/wiki.js
index 5218886..c790ec7 100755
--- a/wiki.js
+++ b/wiki.js
@@ -645,7 +645,7 @@ var data = {
+'\n'
+''
+'
'
- +'@source(./path)
'
+ +'[@source(./path)]
'
+'@quote(./raw)
'
+'\n'
+'\n',
@@ -678,13 +678,13 @@ var data = {
+'\n'
+'
\n'
+'
☰ \n'
- +'@include(../path)\n'
+ +'[@source(../path)]\n'
+'\n'
+'
\n'
+'(edit)\n'
+'\n'
- +'\n'
+'
\n'
+ +'\n'
+'
\n'
+''
+''
@@ -908,7 +908,7 @@ var Wiki = {
// format the new link...
var to = p == '' ? ntitle : p +'/'+ ntitle
- to = lnk[0] == '[' ? '['+to+'}' : to
+ to = lnk[0] == '[' ? '['+to+']' : to
// explicit link change -- replace...
if(from == l){