X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b395dbb446142f273bd3c931b4a27fb83c44c1e4..936dc6fc8ed7bbb05ad858c04894e317924fef8f:/doc/templates/note.mdwn

diff --git a/doc/templates/note.mdwn b/doc/templates/note.mdwn
index 2cbc230b3..9ef5ad942 100644
--- a/doc/templates/note.mdwn
+++ b/doc/templates/note.mdwn
@@ -1,3 +1,11 @@
-<span class="notebox">
+<div class="notebox">
 <TMPL_VAR text>
-</span>
+</div>
+<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:
+<ul>
+<li>`text` - the text to display in the note
+</ul>
+</TMPL_UNLESS>