Does someone know why I get an XML-Error
when I try to open a picture via Django-Photologue?
Unfortunately the Error message is in German:
XML-Verarbeitungsfehler: nicht wohlgeformt
Adresse: http://example.com/photologue/photo/name_of_photo/
Zeile Nr. 1, Spalte 1:
Which Roughly translates to:
XML Parsing Error: not well-formed
Address: http://example.com/photologue/photo/name_of_photo/
Line no. 1, column 1:
before it said instead of something like <!Doctype html>
so I assume it has something to do with a certain template of photologue.
How can I fix this?