summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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`