diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-01-20 21:27:32 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-01-20 21:27:32 +0100 |
commit | 6e5ed5af1550aad66d10ea645ff21755bb74c018 (patch) | |
tree | db2466dc4e7b4c034991c59bcb13cd05d30a1f8c /templates/note.mdwn | |
parent | 4db4a3da3cce013edf2a38dd3f638014e4782edf (diff) |
Sync with ikiwiki 2.20 part III: Update content.
Diffstat (limited to 'templates/note.mdwn')
-rw-r--r-- | templates/note.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/note.mdwn b/templates/note.mdwn index d992e02..4cc323c 100644 --- a/templates/note.mdwn +++ b/templates/note.mdwn @@ -1,6 +1,6 @@ -<span class="notebox"> +<div class="notebox"> <TMPL_VAR text> -</span> +</div> <TMPL_UNLESS NAME="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 |