summaryrefslogtreecommitdiff
path: root/plugins/af_pennyarcade
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-16 16:07:11 +0400
committerAndrew Dolgov <[email protected]>2013-03-16 16:07:11 +0400
commitcc38c8e5497a8a86c3cc23f4f9e279a412c57727 (patch)
treebf4182d90fa1b81d6cc0e61500cd0386dbbfe6d9 /plugins/af_pennyarcade
parentef1162593f6aec45831dd458cec915e35f84bb09 (diff)
remove LIBXML_NOEMPTYTAG because of double <br/>s - the #357 issue with
htmlpurifier might not be relevant anymore because of htmLawed switch, but <br/>s are annoying
Diffstat (limited to 'plugins/af_pennyarcade')
-rw-r--r--plugins/af_pennyarcade/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/af_pennyarcade/init.php b/plugins/af_pennyarcade/init.php
index bf07b94a7..26d19bc01 100644
--- a/plugins/af_pennyarcade/init.php
+++ b/plugins/af_pennyarcade/init.php
@@ -44,7 +44,7 @@ class Af_PennyArcade extends Plugin {
}
if ($basenode) {
- $article["content"] = $doc->saveXML($basenode, LIBXML_NOEMPTYTAG);
+ $article["content"] = $doc->saveXML($basenode);
$article["plugin_data"] = "pennyarcade,$owner_uid:" . $article["plugin_data"];
}
}