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
I noticed after release 0.12.0 that my documents no longer open because there is inconsistent escaping. The erorr I get is the same as Issue #401. However I noticed that the ListItem element ListItem.php#L60 adds text this way:
I mixed up escaping and encoding. Currently the ListItem encodes UTF-8 but doing just addText() does not. I'm just trying to figure out if it's intended to be this way or if I should a submit a PR to clean it up
Hi, @lrobert. I double-checked the changes, and it seems all is working as intended. Do you still have any questions or experience any issues up on this?
I noticed after release 0.12.0 that my documents no longer open because there is inconsistent escaping. The erorr I get is the same as Issue #401. However I noticed that the ListItem element ListItem.php#L60 adds text this way:
whereas the text element doesn't escape anything. Shouldn't this be left up to the user to handle escaping in all cases?
The text was updated successfully, but these errors were encountered: