diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-05 16:20:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-05 16:20:04 +0000 |
commit | 6a7db9a46c470735b1363449510f6da1d2a61742 (patch) | |
tree | 48362f7cbd88ac5a749f732a7fa627453bec8afe /doc | |
parent | 4ea3cd880abb0b60f95585ba7ea238ae0d4f7e36 (diff) |
web commit by http://mem.myopenid.com/: Fix typo and formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/supporting_comments_via_disussion_pages.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/supporting_comments_via_disussion_pages.mdwn b/doc/todo/supporting_comments_via_disussion_pages.mdwn index 95243d605..53028c06e 100644 --- a/doc/todo/supporting_comments_via_disussion_pages.mdwn +++ b/doc/todo/supporting_comments_via_disussion_pages.mdwn @@ -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]] |