From: Antonio Ospite <ao2@ao2.it>
Date: Wed, 18 May 2016 20:32:06 +0000 (+0200)
Subject: Return a DOMElement instead of a string in Tweeper::generateEnclosure()
X-Git-Tag: v0.6~27
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/b7350069c36900359b8f26c6e9794f614a40b20e?ds=sidebyside;hp=b7350069c36900359b8f26c6e9794f614a40b20e

Return a DOMElement instead of a string in Tweeper::generateEnclosure()

This make the generated XML have proper indentation in case the
<enclosure/> element gets added.
---