diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-21 10:16:58 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-21 10:17:23 +0000 |
commit | bd80ca37d541f33d04f61a910e49086698e8b34e (patch) | |
tree | d90cd34a566131f399dfe39c314fca2a9d019f22 | |
parent | 2884d20950681fac16390f61da11afe44508f2cd (diff) | |
download | ikiwiki-bd80ca37d541f33d04f61a910e49086698e8b34e.tar ikiwiki-bd80ca37d541f33d04f61a910e49086698e8b34e.tar.gz |
todo/comments: Properly escape inline HTML
-rw-r--r-- | doc/todo/comments.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/comments.mdwn b/doc/todo/comments.mdwn index 33d688ab3..4edc3c3a1 100644 --- a/doc/todo/comments.mdwn +++ b/doc/todo/comments.mdwn @@ -123,7 +123,7 @@ * One of Joey's commit messages says "Not ideal, it would be nicer to jump to the actual comment posted, but no anchor is available". In fact there is - an anchor - the `\[[_comment]]` preprocessing wraps the comment in a <div> + an anchor - the `\[[_comment]]` preprocessing wraps the comment in a `<div>` with id="comment_123" or something. I'll fix this, unless Joey gets there first. --[[smcv]] |