From cc38c8e5497a8a86c3cc23f4f9e279a412c57727 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 16 Mar 2013 16:07:11 +0400 Subject: remove LIBXML_NOEMPTYTAG because of double
s - the #357 issue with htmlpurifier might not be relevant anymore because of htmLawed switch, but
s are annoying --- plugins/af_gocomics/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/af_gocomics') diff --git a/plugins/af_gocomics/init.php b/plugins/af_gocomics/init.php index da5242595..466ec9687 100644 --- a/plugins/af_gocomics/init.php +++ b/plugins/af_gocomics/init.php @@ -44,7 +44,7 @@ class Af_GoComics extends Plugin { } if ($basenode) { - $article["content"] = $doc->saveXML($basenode, LIBXML_NOEMPTYTAG); + $article["content"] = $doc->saveXML($basenode); $article["plugin_data"] = "gocomics,$owner_uid:" . $article["plugin_data"]; } } -- cgit v1.2.3