diff --git a/Rocksolid_Light/rocksolid/overboard.php b/Rocksolid_Light/rocksolid/overboard.php index 2b952da..ccaeb8d 100755 --- a/Rocksolid_Light/rocksolid/overboard.php +++ b/Rocksolid_Light/rocksolid/overboard.php @@ -293,7 +293,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"; } else { $this_output.= ''.mb_decode_mimeheader($output[1])."\r\n"; }