Skip to content

Commit

Permalink
refs #1249
Browse files Browse the repository at this point in the history
  * 트랙백 헤더에서 출력되지 않는 제목 삭제
  • Loading branch information
inureyes committed Nov 28, 2009
1 parent b9f44c2 commit e8795ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/i/trackback/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<?php
} else {
?>
<div id="trackback_<?php echo "_".time();?>" title="<?php echo _text('최근 트랙백');?> : <?php echo $entry['title'];?>" selected="false">
<div id="trackback_<?php echo "_".time();?>" title="<?php echo _text('최근 트랙백');?>" selected="false">
<?php
printIphoneRecentTrackbackView($page);
?>
Expand Down

0 comments on commit e8795ae

Please # to comment.