diff --git a/action.php b/action.php index b33f240..fd76bd5 100644 --- a/action.php +++ b/action.php @@ -435,11 +435,11 @@ protected function showDiscussionSection($reply = null, $edit = null) $show = true; // section title $title = (!empty($data['title']) ? hsc($data['title']) : $this->getLang('discussion')); - ptln('
', 8); + echo('
'); $return = '<< ' . $this->getLang('newer') . ''; if ($isMore) { $return .= ' | '; } else { - ptln($return, 10); - ptln('
', 8); + echo(' '.$return); + echo(' '); } } elseif ($isMore) { - ptln('', 8); + echo('
'); } if ($isMore) { $params['first'] = $last; $return .= '' . $this->getLang('older') . ' >>'; - ptln($return, 10); - ptln('
', 8); + echo(' '.$return); + echo(' '); } - ptln('
', 2); - ptln($title, 4); - ptln('
', 2); - ptln(''); + echo(' '.$title); + echo('
'); + echo('