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/comments.mtml

    r2619 r3531  
    1414    <div class="comments-content"> 
    1515        </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>"> 
    1717            <div class="inner"> 
    1818                <div class="comment-header"> 
     
    6060                <input type="hidden" name="entry_id" value="<$mt:EntryID$>" /> 
    6161                <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" /> 
    6363                <input type="hidden" name="armor" value="1" /> 
    6464                <input type="hidden" name="preview" value="" />