My member reported that he has issue using the > and < characters inside the descriptions for the files even inside of the code, html, and quote tags. I just tried it and the >, <, and tags all get removed in the description.
For example, when I try with this code:
Code:
<ModInfo>
<Type>IMPROVEMENT</Type>
<Description>IMPROVEMENT_INN</Description>
</ModInfo>
It changes the code to just:
Code:
IMPROVEMENT
IMPROVEMENT_INN
Can you look into that and make it behave like the forum? Some of my file categories often require posting of code snippets (XML, C++, etc). Thanks!