web commit by http://mem.myopenid.com/: Fix typo and formatting
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 5 May 2007 16:20:04 +0000 (16:20 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 5 May 2007 16:20:04 +0000 (16:20 +0000)
doc/todo/supporting_comments_via_disussion_pages.mdwn

index 95243d6059b63a1bbb6efce7f0043a35db5e21fb..53028c06ee6a1d2bac51c9fc58ac47cb89675982 100644 (file)
@@ -64,7 +64,7 @@ What I ended up doing is write something like this to the page:
 
     [[blogcomment from="""Username""" timestamp="""12345""" subject="""Some text""" text="""the text of the comment"""]]
 
-Each comment is processed to a <div> with a <dt> and the text inside it.  In this way the comments can be styled using CSS.
+Each comment is processed to a <<div>> with a <<dl>> and the text inside it.  In this way the comments can be styled using CSS.
 
 -- [[MarceloMagallon]]