diff --git a/plugins/af_comics/init.php b/plugins/af_comics/init.php index 3a8203428..979cd350c 100755 --- a/plugins/af_comics/init.php +++ b/plugins/af_comics/init.php @@ -206,7 +206,7 @@ class Af_Comics extends Plugin { $tpl->setVariable('ARTICLE_CONTENT', "

" . $doc->saveHTML($content_node) . "

", true); $tpl->setVariable('ARTICLE_AUTHOR', '', true); - $tpl->setVariable('ARTICLE_SOURCE_LINK', $article_link, true); + $tpl->setVariable('ARTICLE_SOURCE_LINK', htmlspecialchars($article_link), true); $tpl->setVariable('ARTICLE_SOURCE_TITLE', "The Far Side", true); $tpl->addBlock('entry');