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 865a4ea28..407c8b41e 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
@@ -37,7 +37,7 @@
| Listen |
| <%= image_tag("jstoolbar/list.svg", { alt:"Ungeordnete Liste" }) %> | * Element 1 * Sub * Element 2 | |
| <%= image_tag("jstoolbar/list-numbers.svg", { alt:"Geordnete Liste" }) %> | 1. Element 1 1. Sub 2. Element 2 | - Element 1
- Sub
- Element 2
|
-| <%= image_tag("jstoolbar/list-check.svg", { alt:"Ausgabenliste" }) %> | * [ ] Element 1 * [x] Element 2 | |
+| <%= image_tag("jstoolbar/list-check.svg", { alt:"Ausgabenliste" }) %> | * [ ] Element 1 * [x] Element 2 | |
| Überschriften (" target="_blank">mehr) |
| <%= image_tag("jstoolbar/h1.svg", { alt:"Heading 1" }) %> | # Titel 1 | Titel 1 |
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 5f8f5b8f6..a0e7f005d 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
@@ -37,7 +37,7 @@
| Lists |
| <%= image_tag("jstoolbar/list.svg", { alt: "Unordered list" }) %> | * Item 1 * Sub * Item 2 | |
| <%= image_tag("jstoolbar/list-numbers.svg", { alt: "Ordered list" }) %> | 1. Item 1 1. Sub 2. Item 2 | - Item 1
- Sub
- Item 2
|
-| <%= image_tag("jstoolbar/list-check.svg", { alt: "Task list" }) %> | * [ ] Item 1 * [x] Item 2 | |
+| <%= image_tag("jstoolbar/list-check.svg", { alt: "Task list" }) %> | * [ ] Item 1 * [x] Item 2 | |
| Headings (" target="_blank">more) |
| <%= image_tag("jstoolbar/h1.svg", { alt: "Heading 1" }) %> | # Title 1 | Title 1 |
diff --git a/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_common_mark.html.erb
index 05b8d496e..2e6c1314e 100644
--- a/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_common_mark.html.erb
+++ b/app/views/help/wiki_syntax/common_mark/ja/wiki_syntax_common_mark.html.erb
@@ -37,7 +37,7 @@
| リスト |
| <%= image_tag("jstoolbar/list.svg", { alt: "順不同リスト" }) %> | * 項目1 * 下位階層の項目 * 項目2 | |
| <%= image_tag("jstoolbar/list-numbers.svg", { alt: "番号付きリスト" }) %> | 1. 項目1 1. 下位階層の項目 2. 項目2 | - 項目1
- 下位階層の項目
- 項目2
|
-| <%= image_tag("jstoolbar/list-check.svg", { alt: "タスクリスト" }) %> | * [ ] 項目1 * [x] 項目2 | |
+| <%= image_tag("jstoolbar/list-check.svg", { alt: "タスクリスト" }) %> | * [ ] 項目1 * [x] 項目2 | |
| 見出し (" target="_blank">詳細) |
| <%= image_tag("jstoolbar/h1.svg", { alt: "見出し1" }) %> | # タイトル1 | タイトル1 |
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 92bd77e38..165251faa 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
@@ -36,7 +36,7 @@
| பட்டியல்கள் |
| <%= image_tag("jstoolbar/list.svg", { alt: "Unordered list" }) %> | * பொருள் 1 * துணை * பொருள் 2 | |
| <%= image_tag("jstoolbar/list-numbers.svg", { alt: "Ordered list" }) %> | 1. பொருள் 1 1. துணை 2. பொருள் 2 | - பொருள் 1
- துணை
- பொருள் 2
|
- | <%= image_tag("jstoolbar/list-check.svg", { alt: "Task list" }) %> | * [ ] பொருள் 1 * [x] பொருள் 2 | |
+ | <%= image_tag("jstoolbar/list-check.svg", { alt: "Task list" }) %> | * [ ] பொருள் 1 * [x] பொருள் 2 | |
| தலைப்புகள் (மேலும்) |
| <%= image_tag("jstoolbar/h1.svg", { alt: "Heading 1" }) %> | # தலைப்பு 1 | தலைப்பு 1 |