diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/note.mdwn | 2 | ||||
-rw-r--r-- | templates/popup.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/note.mdwn b/templates/note.mdwn index 4cc323c..9ef5ad9 100644 --- a/templates/note.mdwn +++ b/templates/note.mdwn @@ -1,7 +1,7 @@ <div class="notebox"> <TMPL_VAR text> </div> -<TMPL_UNLESS NAME="text"> +<TMPL_UNLESS text> Use this template to insert a note into a page. The note will be styled to float to the right of other text on the page. This template has one parameter: diff --git a/templates/popup.mdwn b/templates/popup.mdwn index b355daa..92455eb 100644 --- a/templates/popup.mdwn +++ b/templates/popup.mdwn @@ -1,4 +1,4 @@ -<TMPL_UNLESS NAME="mouseover"> +<TMPL_UNLESS mouseover> Use this template to create a popup window that is displayed when the mouse is over part of the page. This template has two parameters: <ul> |