syntax bug fix

This commit is contained in:
Trevor Slocum 2011-09-07 18:47:10 -07:00
parent fd87a2e6c1
commit 914d65c4bb

View File

@ -65,7 +65,7 @@ EOF;
EOF; EOF;
if ($post['subject'] != '') { if ($post['subject'] != '') {
$return .= ' <span class="filetitle">' . ${post['subject']} . '</span> '; $return .= ' <span class="filetitle">' . $post['subject'] . '</span> ';
} }
$return .= <<<EOF $return .= <<<EOF