diff --git a/Rocksolid_Light/rocksolid/overboard.php b/Rocksolid_Light/rocksolid/overboard.php index 41f0399..7b53f4c 100755 --- a/Rocksolid_Light/rocksolid/overboard.php +++ b/Rocksolid_Light/rocksolid/overboard.php @@ -266,7 +266,7 @@ foreach($files as $article) { } $this_output = '
'; if($threadref) { - $this_output.= ''.mb_decode_mimeheader($output[1]).'" (thread)'."\r\n"; + $this_output.= ''.mb_decode_mimeheader($output[1]).'" (thread)'."\r\n"; // $this_output.= ''.mb_decode_mimeheader($output[1]).'" (thread)'."\r\n"; } else { $this_output.= ''.mb_decode_mimeheader($output[1])."\r\n";