[Plugin: Live Comment Preview] error in rendering html ending in a digit
-
When trying to render a html link ending in a digit:
for instance, the preview takes the end quote and renders it as a html double quote, breaking the link. A quick fix is to comment out line 101:
s = s.replace(/(\d+)"/g, '$1″');
I’d appreciate any feedback on whether this is appropriate, or if any other fix is possible. Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Live Comment Preview] error in rendering html ending in a digit’ is closed to new replies.