diff --git a/includes/picoblog.php b/includes/picoblog.php index 9412bbf..e9b5f8a 100644 --- a/includes/picoblog.php +++ b/includes/picoblog.php @@ -206,9 +206,9 @@ class PicoBlog $date = $entry['date']; $date_p = date("M j, Y", strtotime($entry['date'])); if($show!=true){ - $text = "

{$nick}{$date_p}

" . $text . "
"; + $text = "

{$nick}{$date_p}

" . $text . "
"; } else { - $text = "

{$nick}{$date_p}#{$id}

" . $text . "

"; + $text = "

{$nick}{$date_p}#{$id}

" . $text . "

"; } $html .= str_replace('{entry}', $text, $entryWrap); }