XML-Error
当我尝试通过 Django-Photologue 打开图片时,有人知道为什么我会得到一个吗?不幸的是,错误消息是德语:
XML-Verarbeitungsfehler: nicht wohlgeformt
Adresse: http://example.com/photologue/photo/name_of_photo/
Zeile Nr. 1, Spalte 1:
大致翻译为:
XML Parsing Error: not well-formed
Address: http://example.com/photologue/photo/name_of_photo/
Line no. 1, column 1:
在它说之前,而不是类似的东西<!Doctype html>
,我认为它与某个照片记录模板有关。
我怎样才能解决这个问题?