Bug of OPML export
AnsweredAmpersand is encoded twice.
For example:
& → <outline text="&amp;" />
< → <outline text="&lt;" />
> → <outline text="&gt;" />
I think it is right to become like the following:
<outline text="&" />
<outline text="<" />
<outline text=">" />
By the way, what happened to "Can't edit item on the lower side on iOS browser." ?
Please sign in to leave a comment.
Comments
2 comments