http://bugs.winehq.org/show_bug.cgi?id=58659
Bug ID: 58659 Summary: Test pattern page shows currently in the lower half text with strikethrough format. Product: Wine-Testbot Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: bernhardu@mailbox.org Distribution: ---
This strikethrough format starts within the sapi:tts box: https://test.winehq.org/data/patterns.html#sapi:tts
And looks like it originates from following patch summary using a single <s> tag: sapi/xml: Parse the <p> and <s> SSML elements. https://gitlab.winehq.org/wine/wine/-/commit/304b3dc880
Maybe following simple modification is already enough to avoid this?
winetest/build-patterns @@ -1189,3 +1189,3 @@ sub write_commits($$) short_date($build->{date}), - $commit->{summary}); + escapeHTML($commit->{summary})); if ($scope eq "R" or $scope eq "U")
https://gitlab.winehq.org/winehq/tools/-/blob/master/winetest/build-patterns...
In the index page I think this commit subject is escaped this way here:
https://gitlab.winehq.org/winehq/tools/-/blob/master/winetest/build-index?re...