Closed schmir closed 13 years ago
expanding noinclude tags containing spaces results in:
In [9]: expander.expandstr("<noinclude >foo</noinclude>") EXPAND: '<noinclude >foo</noinclude>' -> u'<noinclude >foo' Out[9]: u'<noinclude >foo'
The same might be true for includeonly, onlyinclude (and others?).
fixed with 4adb2daa0a7f5b5f8ed8b20461760b9a1cae4bd6
expanding noinclude tags containing spaces results in:
The same might be true for includeonly, onlyinclude (and others?).