Show
Ignore:
Timestamp:
03/12/09 09:11:52 (9 months ago)
Author:
fumiakiy
Message:

Merged sockfish to trunk. "svn merge -r3114:3527 http://code.sixapart.com/svn/movabletype/branches/sockfish/ ."

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/default_templates/comment_preview.mtml

    r2617 r3531  
    6666                                        <input type="hidden" name="__lang" value="<$mt:BlogLanguage$>" /> 
    6767<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"> 
    6969</mt:IfCommentParent> 
    7070                                        <div id="comments-open-data"> 
     
    8484<mt:IfCommentParent> 
    8585                                        <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()" /> 
    8787                                            <label for="comment-reply" id="comment-reply-label"><__trans phrase="Replying to comment from [_1]" params="<mt:CommentParent><$mt:CommentAuthor$></mt:CommentParent>"></label> 
    8888                                        </div>