summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-05-05 03:39:08 +0200
committerThomas Lange <code@nerdmind.de>2017-05-05 03:39:08 +0200
commitc3234437af92c81d5ede3ae66b9fe0e7fcd3b0af (patch)
tree6fea3b71e52e53b8ccc69567e04f8495585f8c8c
parentc1295a33bcc5de239cb7347c293c363c697c269a (diff)
downloadwiki-c3234437af92c81d5ede3ae66b9fe0e7fcd3b0af.tar.gz
wiki-c3234437af92c81d5ede3ae66b9fe0e7fcd3b0af.tar.xz
wiki-c3234437af92c81d5ede3ae66b9fe0e7fcd3b0af.zip
Trying to fix a markdown formatting problem.
-rw-r--r--Templates.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/Templates.md b/Templates.md
index fcdac06..4d9560e 100644
--- a/Templates.md
+++ b/Templates.md
@@ -191,8 +191,8 @@ Default template for error page 404 Not Found.
* `$PAGE['GUID']`: Contains a pseudo-guid of the page
* `$PAGE['ARGV']`: Contains the arguments parsed as key->value array
* `$PAGE['FILE']['LIST']`: List of extracted image URLs from the body
-* `$PAGE['BODY']['TEXT']\(\)`: Pre-parsed content of the page body
-* `$PAGE['BODY']['HTML']\(\)`: HTML parsed content of the page body
+* `$PAGE['BODY']['TEXT'] ()`: Pre-parsed content of the page body
+* `$PAGE['BODY']['HTML'] ()`: HTML parsed content of the page body
* `$PAGE['ATTR']['USER']`: Raw attribute data from database column `user`
* `$PAGE['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug`
* `$PAGE['ATTR']['NAME']`**{!}**: Raw attribute data from database column `name`
@@ -207,8 +207,8 @@ Default template for error page 404 Not Found.
* `$POST['GUID']`: Contains a pseudo-guid of the post
* `$POST['ARGV']`: Contains the arguments parsed as key->value array
* `$POST['FILE']['LIST']`: List of extracted image URLs from the body"
-* `$POST['BODY']['TEXT']\(\)`: Pre-parsed content of the post body
-* `$POST['BODY']['HTML']\(\)`: HTML parsed content of the post body
+* `$POST['BODY']['TEXT'] ()`: Pre-parsed content of the post body
+* `$POST['BODY']['HTML'] ()`: HTML parsed content of the post body
* `$POST['ATTR']['USER']`: Raw attribute data from database column `user`
* `$POST['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug`
* `$POST['ATTR']['NAME']`**{!}**: Raw attribute data from database column `name`
@@ -223,8 +223,8 @@ Default template for error page 404 Not Found.
* `$USER['GUID']`: Contains a pseudo-guid of the user content
* `$USER['ARGV']`: Contains the arguments parsed as key->value array
* `$USER['FILE']['LIST']`: List of extracted image URLs from the body
-* `$USER['BODY']['TEXT']\(\)`: Pre-parsed content of the user body
-* `$USER['BODY']['HTML']\(\)`: HTML parsed content of the user body
+* `$USER['BODY']['TEXT'] ()`: Pre-parsed content of the user body
+* `$USER['BODY']['HTML'] ()`: HTML parsed content of the user body
* `$USER['ATTR']['SLUG']`**{!}**: Raw attribute data from database column `slug`
* `$USER['ATTR']['BODY']`**{!}**: Raw attribute data from database column `body`
* `$USER['ATTR']['ARGV']`: Raw attribute data from database column `argv`