소스 검색

minor UI bugfix

damien 11 년 전
부모
커밋
b1f16c2fad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pboard/pboard/templates/document.mak

+ 1 - 1
pboard/pboard/templates/document.mak 파일 보기

@@ -314,7 +314,7 @@ pod :: document ${current_node.getTruncatedLabel(40)} [#${current_node.node_id}
314 314
                     % for comment in current_node.getComments():
315 315
                       <tr title="Last updated: ${comment.updated_at}">
316 316
                         <td>
317
-                          <i>The ${comment.getFormattedDate(comment.updated_at)} at ${comment.getFormattedTime(comment.updated_at)}, comment.author wrote: </i><br/>
317
+                          <i>The ${comment.getFormattedDate(comment.updated_at)} at ${comment.getFormattedTime(comment.updated_at)}: </i><br/>
318 318
                           <b>${comment.data_label}</b><br/>
319 319
                           <p>
320 320
                             ${comment.data_content|n}