syntax bug fix

This commit is contained in:
Trevor Slocum 2011-09-07 18:47:10 -07:00
parent fd87a2e6c1
commit 914d65c4bb
1 changed files with 1 additions and 1 deletions

View File

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