|
Ran
|
Files
13
|
Run time
0s
|
Badge
README BADGES
|
push
github
Fix raw markup inside <title> on Python 3.11.14 Caused by an upstream bugfix: - https://github.com/python/cpython/issues/118350 - https://github.com/python/cpython/commit/02feb83af Since Python 3.11.14 you cannot have any HTML tags inside a <title>, the < and > will automatically be escaped. Since zope.tal uses html.parser, it inherits this feature, and so we are no longer able to use <tal:x ...> inside a <title>. The fix is simple: rewrite the dynamic bits to use tal:content on the <title> directly instead of embedding <tal:...> tags inside <title>.
1411 of 1411 relevant lines covered (100.0%)
1.0 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|