commit
5235e73403
1 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,7 @@ class Handler_Public extends Handler {
|
||||||
if ($line['note']) {
|
if ($line['note']) {
|
||||||
$content = "<div style=\"$note_style\">Article note: " . $line['note'] . "</div>" .
|
$content = "<div style=\"$note_style\">Article note: " . $line['note'] . "</div>" .
|
||||||
$content;
|
$content;
|
||||||
|
$tpl->setVariable('ARTICLE_NOTE', htmlspecialchars($line['note']), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
$tpl->setVariable('ARTICLE_CONTENT', $content, true);
|
$tpl->setVariable('ARTICLE_CONTENT', $content, true);
|
||||||
|
|
Loading…
Reference in a new issue