From 53947ce1fe9c30cff1ae750b627b50d3d8fc8bb3 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 10 Oct 2024 23:57:58 +0000 Subject: [PATCH] Fix unclosed td tags in CommonMark Markdown help pages (#41467). git-svn-id: https://svn.redmine.org/redmine/trunk@23110 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb | 2 +- .../wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb | 2 +- .../common_mark/ta-in/wiki_syntax_common_mark.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb index d9a2f09d5..8a8ceff9d 100644 --- a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb @@ -78,7 +78,7 @@ Roh HTML (" target="_blank">mehr) - HTML ist <del>nicht</del> <u>erlaubt</u>.HTML ist nicht erlaubt. + HTML ist <del>nicht</del> <u>erlaubt</u>.HTML ist nicht erlaubt. diff --git a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb index 23e3e858e..c75dacbe9 100644 --- a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb @@ -78,7 +78,7 @@ Raw HTML (" target="_blank">more) - HTML is <del>not</del> <u>allowed</u>.HTML is not allowed. + HTML is <del>not</del> <u>allowed</u>.HTML is not allowed. diff --git a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb index a50ec9891..712bea94b 100644 --- a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb @@ -77,7 +77,7 @@ மூல HTML (" target="_blank">மேலும்) - HTML is <del>not</del> <u>அனுமதிக்கப்பட்டது</u>.HTML is இல்லை அனுமதிக்கப்பட்டது. + HTML is <del>not</del> <u>அனுமதிக்கப்பட்டது</u>.HTML is இல்லை அனுமதிக்கப்பட்டது. -- 2.39.5