You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ZOTEROBREAK/> produces <br/>, <ZOTEROHELLIP/> produces …, and <ZOTERO[something else]/> emits the [something else] (<ZOTERO<A>/> -> <A>).
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?
The text was updated successfully, but these errors were encountered:
<ZOTEROBREAK/>
produces<br/>
,<ZOTEROHELLIP/>
produces…
, and<ZOTERO[something else]/>
emits the [something else] (<ZOTERO<A>/>
-><A>
).BREAK
seems like unexpected behavior - I would think thathtmlSpecialChars()
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?
The text was updated successfully, but these errors were encountered: