Changeset 3531 for trunk/default_templates/comment_preview.mtml
- Timestamp:
- 03/12/09 09:11:52 (9 months ago)
- Files:
-
- 1 modified
-
trunk/default_templates/comment_preview.mtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/default_templates/comment_preview.mtml
r2617 r3531 66 66 <input type="hidden" name="__lang" value="<$mt:BlogLanguage$>" /> 67 67 <mt:IfCommentParent> 68 <input type="hidden" name="parent_id" value="<$mt:CommentParentID $>" id="comment-parent-id">68 <input type="hidden" name="parent_id" value="<$mt:CommentParentID escape="html"$>" id="comment-parent-id"> 69 69 </mt:IfCommentParent> 70 70 <div id="comments-open-data"> … … 84 84 <mt:IfCommentParent> 85 85 <div id="comment-form-reply"> 86 <input type="checkbox" id="comment-reply" name="comment_reply" value="<$mt:CommentParentID $>" checked="checked" onclick="mtSetCommentParentID()" />86 <input type="checkbox" id="comment-reply" name="comment_reply" value="<$mt:CommentParentID escape="html"$>" checked="checked" onclick="mtSetCommentParentID()" /> 87 87 <label for="comment-reply" id="comment-reply-label"><__trans phrase="Replying to comment from [_1]" params="<mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent>"></label> 88 88 </div>
