|
Ran
|
Jobs
5
|
Files
13
|
Run time
1min
|
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>.
1414 of 1414 relevant lines covered (100.0%)
5.0 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18659606042.1 | 13 |
100.0 |
GitHub Action Run | |
| 2 | 18659606042.2 | 13 |
100.0 |
GitHub Action Run | |
| 3 | 18659606042.3 | 13 |
100.0 |
GitHub Action Run | |
| 4 | 18659606042.4 | 13 |
100.0 |
GitHub Action Run | |
| 5 | 18659606042.5 | 13 |
100.0 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|