From: Simon McVittie Date: Sun, 21 Dec 2008 10:16:58 +0000 (+0000) Subject: todo/comments: Properly escape inline HTML X-Git-Tag: 2.71~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd80ca37d541f33d04f61a910e49086698e8b34e;p=ikiwiki.git todo/comments: Properly escape inline HTML --- 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
+ an anchor - the `\[[_comment]]` preprocessing wraps the comment in a `
` with id="comment_123" or something. I'll fix this, unless Joey gets there first. --[[smcv]]