summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index ee737c21f..3b9346c5f 100644
--- a/functions.php
+++ b/functions.php
@@ -3751,7 +3751,7 @@
}
}
- $node = $doc->getElementsByTagName('body')->item(0)->firstChild;
+ $node = $doc->getElementsByTagName('body')->item(0);
return $doc->saveXML($node);
}