summaryrefslogtreecommitdiff
path: root/plugins/af_comics/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_comics/init.php')
-rwxr-xr-xplugins/af_comics/init.php2
1 files changed, 1 insertions, 1 deletions
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', "<p> " . $doc->saveHTML($content_node) . "</p>", 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');