diff --git a/Rocksolid_Light/rocksolid/lib/message.inc.php b/Rocksolid_Light/rocksolid/lib/message.inc.php index 8fb9616..9fd2f8a 100644 --- a/Rocksolid_Light/rocksolid/lib/message.inc.php +++ b/Rocksolid_Light/rocksolid/lib/message.inc.php @@ -518,7 +518,7 @@ function show_header_short($head, $group, $local_poster = false) echo " "; foreach ($ngroups as $onegroup) { if ($s = get_section_by_group($onegroup)) { - echo ' ' . $onegroup . " "; + echo ' ' . $onegroup . " "; } else { echo " ".$onegroup." "; } @@ -812,7 +812,7 @@ function message_show($group, $id, $attachment = 0, $article_data = false, $maxl } } if ($maxlen != false && $currentlen >= $maxlen) { - echo '
' . $text_article["full_article"] . ''; + echo '
' . $text_article["full_article"] . ''; } // If attachment is image embed into article if ((isset($attachment_show)) && ($attachment_show == true) && (isset($head->content_type[1]))) { @@ -893,7 +893,7 @@ function message_decrypt($key, $group, $id, $attachment = 0, $article_data = fal } echo ''; if ($maxlen != false && $currentlen >= $maxlen) { - echo '
' . $text_article["full_article"] . ''; + echo '
' . $text_article["full_article"] . ''; } } else { echo $body; @@ -915,7 +915,7 @@ function articleflat_pageselect($group, $id, $article_count, $first) $return .= $text_thread["pages"]; for ($i = 0; $i < $pages; $i ++) { if ($first != $i * $articleflat_articles_per_page + 1) - $return .= ''; + $return .= ''; else $return .= ''; $return .= $i + 1;