Skip to content

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

@AbeJellinek

Description

@AbeJellinek

<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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions