diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-26 16:45:53 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-26 16:45:53 -0400 |
commit | 10822a22b3d8872afb31e1847ee7448af86c574d (patch) | |
tree | 77a47c4b3a38d69759c1b4faa47108b1daa4481d /templates | |
parent | 3481a35953c0f8e858b382829c239411b06889c4 (diff) |
comments: Fix anchor ids to be legal xhtml. Closes: #521339
Well, that was a PITA.
Luckily, this doesn't break guids to comments in rss feeds,
though it does change the links.
I haven't put in a warning about needing to rebuild to get
this fix. It's probably good enough for new comments to get the
fix, without a lot of mass rebuilding.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comment.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/comment.tmpl b/templates/comment.tmpl index 1b9064ea0..fb76ea004 100644 --- a/templates/comment.tmpl +++ b/templates/comment.tmpl @@ -1,4 +1,4 @@ -<div class="comment" id="<TMPL_VAR NAME=INLINEPAGE>"> +<div class="comment" id="<TMPL_VAR NAME=COMMENTID>"> <div class="comment-subject"> <TMPL_IF PERMALINK> |