Hi, Noah,
this error occurred because of illegal character in XML (probably you have used usual quotes in module title). To fix that:
- open module design file (it is named after folder name, i.e. 1.xml, 2.xml and so on) with Notepad (or any other plain-text editor)
- look at line 3 on position 183. You will see something like
title="Some title with "quotes""
- remove extra quotes or change them to HTML-entities, i.e.
title="Some title with quotes"
title="Some title with "quotes""
- open the module again.
Hi, Noah,
this error occurred because of illegal character in XML (probably you have used usual quotes in module title). To fix that:
- open module design file (it is named after folder name, i.e. 1.xml, 2.xml and so on) with Notepad (or any other plain-text editor)
- look at line 3 on position 183. You will see something like
title="Some title with "quotes""
- remove extra quotes or change them to HTML-entities, i.e.
title="Some title with quotes"
title="Some title with "quotes""
- open the module again.