Read Complete

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4731 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-10-30 09:12:43 +00:00
parent 175ccfa3ba
commit 8b139cc4da
7 changed files with 13 additions and 13 deletions

View file

@ -181,7 +181,7 @@
// 이 댓글을... 팝업메뉴를 출력할 경우
if($add_popup_menu && Context::get('is_logged') ) {
$content = sprintf(
'%s<div class="comment_popup_menu"><a href="#popup_menu_area" class="comment_%d">%s</a></div>',
'%s<div class="comment_popup_menu"><a href="#popup_menu_area" class="comment_%d" onclick="return false">%s</a></div>',
$content,
$this->comment_srl, Context::getLang('cmd_comment_do')
);