forked from GithubBackups/tinyib
syntax bug fix
This commit is contained in:
parent
fd87a2e6c1
commit
914d65c4bb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user