--- a/web/ldt/ldt_utils/utils.py Wed Sep 15 15:20:26 2010 +0200
+++ b/web/ldt/ldt_utils/utils.py Tue Sep 21 04:27:08 2010 +0200
@@ -338,7 +338,7 @@
# open xml
doc = lxml.etree.parse(filepath)
- res = doc.xpath("/iri/heqd/meta")
+ res = doc.xpath("/iri/head/meta")
# update meta
for meta_node in res: