Skip to content

Commit

Permalink
refs #1300
Browse files Browse the repository at this point in the history
  * line 치환자 처리 오류 수정
  • Loading branch information
inureyes committed Feb 11, 2010
1 parent dc34309 commit 3de60ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/common/blog/line.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
),
array(
fireEvent('ViewLineDate', $time, $item['created']),
fireEvent('ViewLineContent', htmlspecialchars($item['content'])),
fireEvent('ViewLineContent', $item['content']),
fireEvent('ViewLineAuthor', htmlspecialchars($item['author'])),
fireEvent('ViewLineSource', htmlspecialchars($item['source'])),
fireEvent('ViewLineSource', htmlspecialchars($item['root'])),
fireEvent('ViewLinePermalink', $item['permalink'])
),
$skin->lineItem
Expand Down

0 comments on commit 3de60ff

Please # to comment.