Skip to content

Do not break title and textarea in page templates#208

Merged
ale-rt merged 1 commit into
masterfrom
ale/198/fix-title-and-textarea-elements
Apr 10, 2026
Merged

Do not break title and textarea in page templates#208
ale-rt merged 1 commit into
masterfrom
ale/198/fix-title-and-textarea-elements

Conversation

@ale-rt
Copy link
Copy Markdown
Member

@ale-rt ale-rt commented Apr 10, 2026

Fixes #198.

Since Python3.13 the HTML parser was escaping markup inside title and textarea tags.

That is good in general for HTML, but not for Page Templates. This PR provides a workaround that prettifies the contents of these tags separately.

Fixes #198.

Since Python3.13 the HTML parser was escaping markup inside title and textarea tags.

That is good in general for HTML, but not for Page Templates.
This PR provides a workaround that prettifies the contents of these tags
separately.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage is 96.805%ale/198/fix-title-and-textarea-elements into master. No base build found for master.

@ale-rt ale-rt merged commit c2a81a5 into master Apr 10, 2026
7 checks passed
@ale-rt ale-rt deleted the ale/198/fix-title-and-textarea-elements branch April 10, 2026 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potential issues with elements inside a title tag

2 participants