Changeset 3531 for trunk/default_templates/comments.mtml
- Timestamp:
- 03/12/09 09:11:52 (9 months ago)
- Files:
-
- 1 modified
-
trunk/default_templates/comments.mtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/default_templates/comments.mtml
r2619 r3531 14 14 <div class="comments-content"> 15 15 </mt:CommentsHeader> 16 <div id="comment-<$mt:CommentID$>" class="comment<mt:IfCommentParent> comment-reply</mt:IfCommentParent> ">16 <div id="comment-<$mt:CommentID$>" class="comment<mt:IfCommentParent> comment-reply</mt:IfCommentParent><mt:IfCommenterIsEntryAuthor> entry-author-comment</mt:IfCommenterIsEntryAuthor>"> 17 17 <div class="inner"> 18 18 <div class="comment-header"> … … 60 60 <input type="hidden" name="entry_id" value="<$mt:EntryID$>" /> 61 61 <input type="hidden" name="__lang" value="<$mt:BlogLanguage$>" /> 62 <input type="hidden" name="parent_id" value="<$mt:CommentParentID $>" id="comment-parent-id" />62 <input type="hidden" name="parent_id" value="<$mt:CommentParentID escape="html"$>" id="comment-parent-id" /> 63 63 <input type="hidden" name="armor" value="1" /> 64 64 <input type="hidden" name="preview" value="" />
