Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htmlSpecialChars(): Remove special handling for <ZOTERO[...]/> tags? #35

Open
AbeJellinek opened this issue Jun 3, 2024 · 1 comment

Comments

@AbeJellinek
Copy link
Member

<ZOTEROBREAK/> produces <br/>, <ZOTEROHELLIP/> produces &#8230;, and <ZOTERO[something else]/> emits the [something else] (<ZOTERO<A>/> -> &lt;A&gt;).

BREAK seems like unexpected behavior - I would think that htmlSpecialChars() shouldn't be emitting anything parsable as a tag. HELLIP can be replaced with Unicode. The fallback case doesn't seem useful. I can't find a single use of any of them.

Remove?

@adomasven
Copy link
Member

@dstillman Do you know what this was used for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants