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
The template html in the ebook module is just created with string formatting. This has worked well, but is potentially fragile. It's worth looking into either better escaping techniques or creating the HTML with a dedicated library.
#56 fixed a specific issue with stray ampersands breaking validation in the title. It hasn't addressed potential validation issues from said ampersands in the body.
The text was updated successfully, but these errors were encountered:
The template html in the ebook module is just created with string formatting. This has worked well, but is potentially fragile. It's worth looking into either better escaping techniques or creating the HTML with a dedicated library.
#56 fixed a specific issue with stray ampersands breaking validation in the title. It hasn't addressed potential validation issues from said ampersands in the body.
The text was updated successfully, but these errors were encountered: