summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-17 16:37:13 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-17 16:37:13 +0200
commitb3d2834adf1721f687c57ab67356794db86c51c6 (patch)
tree72f1a433c15d863857841c828d149bb135d531ca /templates
parentda47e211683a1b709cbe06d3cacaefa7e57c1f2a (diff)
parent0672078ec374131d707ad62f4cadac26ea024841 (diff)
Merge branch 'clean' into allinone-nonedit
Conflicts (manually resolved: text adjustments adopted, newly added files suppressed): ikiwiki.mdwn ikiwiki/directive.mdwn ikiwiki/formatting.mdwn ikiwiki/markdown.mdwn ikiwiki/openid.mdwn ikiwiki/pagespec.mdwn ikiwiki/pagespec/attachment.mdwn ikiwiki/subpage.mdwn ikiwiki/wikilink.mdwn index.mdwn templates.mdwn wikiicons/openidlogin-bg.gif
Diffstat (limited to 'templates')
-rw-r--r--templates/note.mdwn2
-rw-r--r--templates/popup.mdwn2
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>