]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/af_pennyarcade/init.php
remove LIBXML_NOEMPTYTAG because of double <br/>s - the #357 issue with
[tt-rss.git] / plugins / af_pennyarcade / init.php
index bf07b94a7f40a4cda8cfa5e3d861d13c7031ba38..26d19bc0172375c9a2d44a24a51c3960179675e2 100644 (file)
@@ -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"];
                                        }
                                }