diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-10 23:57:58 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-10 23:57:58 +0000 |
commit | 53947ce1fe9c30cff1ae750b627b50d3d8fc8bb3 (patch) | |
tree | fb5a3520e38762e09fc6768c741946743c8a847b /app/views/help/wiki_syntax | |
parent | 5ddfbfb9b00e8ece4c30e6be34f19b96bcd939ab (diff) | |
download | redmine-53947ce1fe9c30cff1ae750b627b50d3d8fc8bb3.tar.gz redmine-53947ce1fe9c30cff1ae750b627b50d3d8fc8bb3.zip |
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
Diffstat (limited to 'app/views/help/wiki_syntax')
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 @@ <tr><th colspan="3">Roh HTML <span class="more_info">(<a href="<%= help_wiki_syntax_path(:detailed, anchor: "15") %>" target="_blank">mehr</a>)</span></th></tr> <tr> - <th></th><td>HTML ist <del>nicht</del> <u>erlaubt</u>.</td><td>HTML ist <del>nicht</del> <u>erlaubt</u>.<td> + <th></th><td>HTML ist <del>nicht</del> <u>erlaubt</u>.</td><td>HTML ist <del>nicht</del> <u>erlaubt</u>.</td> </tr> </table> 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 @@ <tr><th colspan="3">Raw HTML <span class="more_info">(<a href="<%= help_wiki_syntax_path(:detailed, anchor: "15") %>" target="_blank">more</a>)</span></th></tr> <tr> - <th></th><td>HTML is <del>not</del> <u>allowed</u>.</td><td>HTML is <del>not</del> <u>allowed</u>.<td> + <th></th><td>HTML is <del>not</del> <u>allowed</u>.</td><td>HTML is <del>not</del> <u>allowed</u>.</td> </tr> </table> 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 @@ <tr><th colspan="3">மூல HTML <span class="more_info">(<a href="<%= help_wiki_syntax_path(:detailed, anchor: "15") %>" target="_blank">மேலும்</a>)</span></th></tr> <tr> - <th></th><td>HTML is <del>not</del> <u>அனுமதிக்கப்பட்டது</u>.</td><td>HTML is <del>இல்லை</del> <u>அனுமதிக்கப்பட்டது</u>.<td> + <th></th><td>HTML is <del>not</del> <u>அனுமதிக்கப்பட்டது</u>.</td><td>HTML is <del>இல்லை</del> <u>அனுமதிக்கப்பட்டது</u>.</td> </tr> </table> |