X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ab2c0be6275e50a83cd07fff92a08e01a663abae..45fcd6d5e47f5f51e645f12a87776b9b95b2c0b6:/apps/explorer/forms.py diff --git a/apps/explorer/forms.py b/apps/explorer/forms.py index 81e9f261..aa6b48a6 100644 --- a/apps/explorer/forms.py +++ b/apps/explorer/forms.py @@ -64,5 +64,5 @@ class DublinCoreForm(forms.Form): old_rdf = doc.getroottree().find('//{http://www.w3.org/1999/02/22-rdf-syntax-ns#}RDF') old_rdf.getparent().remove(old_rdf) doc.insert(0, rdf) - repository.add_file(path, unicode(etree.tostring(doc), 'utf-8')) + repository.add_file(path, etree.tostring(doc, pretty_print=True, encoding=unicode))