Module: tools Branch: master Commit: b8b21cc9e971e0760be2e460ae56e89d7c849505 URL: https://source.winehq.org/git/tools.git/?a=commit;h=b8b21cc9e971e0760be2e460...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Jun 17 16:58:50 2022 +0200
patches: <span> must have an end tag.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
patches/update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches/update b/patches/update index 494d2e15..f3eac9ee 100755 --- a/patches/update +++ b/patches/update @@ -344,8 +344,8 @@ foreach my $file (sort { $patches{$b}->{"order"} <=> $patches{$a}->{"order"} } k foreach my $child (@{$patch->{"children"}}) { printf INDEX "<tr class="%s\ $file.reply" id="%s" style="display: none;" onclick="toggle_display('$file.reply')">" . - "<td colspan="2" /><td colspan="2" class="reply author"><span class="indent" />%s</td> " . - "<td class="reply author"><span class="indent" /><a href="data/%s">%s</a></td> " . + "<td colspan="2" /><td colspan="2" class="reply author"><span class="indent">%s</span></td> " . + "<td class="reply author"><span class="indent"><a href="data/%s">%s</a></span></td> " . "<td colspan="4" /></tr>\n", $row & 1 ? "odd" : "even", $child->{"id"}, escapeHTML($child->{"author"}), $child->{"id"}, escapeHTML($child->{"subject"}); }