Merge pull request #109 from symac/patch-1

Update public.php
master
Andrew Dolgov 11 years ago
commit 5235e73403

@ -65,7 +65,8 @@ class Handler_Public extends Handler {
if ($line['note']) {
$content = "<div style=\"$note_style\">Article note: " . $line['note'] . "</div>" .
$content;
}
$tpl->setVariable('ARTICLE_NOTE', htmlspecialchars($line['note']), true);
}
$tpl->setVariable('ARTICLE_CONTENT', $content, true);

Loading…
Cancel
Save