From e9da7ecd4c315babffd712441c7a9d4850bf1f41 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 1 Aug 2016 04:19:29 +0300 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- wiki.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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){