From: Go MAEDA Date: Thu, 10 Oct 2024 22:02:01 +0000 (+0000) Subject: Fix font size issue in CommonMark Markdown help pages caused by missing DOCTYPE ... X-Git-Tag: 6.0.0~94 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=37072e8ed2d272ba3bcc6ec20be573acc666bbda;p=redmine.git Fix font size issue in CommonMark Markdown help pages caused by missing DOCTYPE (#41467). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23108 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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 cb891be58..d9a2f09d5 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 @@ -1,6 +1,7 @@ - + + - + Wikiformatierung <%= stylesheet_link_tag "wiki_syntax.css" %> diff --git a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb index 0e68e83cf..4f2ae17e1 100644 --- a/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb @@ -1,8 +1,8 @@ - - + + Redmine Wiki-Formatierung (CommonMark Markdown (GitHub Flavored))detailliert - + <%= stylesheet_link_tag "wiki_syntax_detailed.css" %> 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 184409314..f59b88863 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 @@ -1,6 +1,8 @@ - + + + - + Wiki formatting <%= stylesheet_link_tag "wiki_syntax.css" %> diff --git a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb index 2ae37e4d4..6e195403f 100644 --- a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb @@ -1,8 +1,8 @@ - - + + RedmineWikiFormatting (CommonMark Markdown (GitHub Flavored)) - + <%= stylesheet_link_tag "wiki_syntax_detailed.css" %> 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 5d6caec66..a50ec9891 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 @@ -1,6 +1,6 @@ - - - + + + விக்கி வடிவமைப்பு <%= stylesheet_link_tag "wiki_syntax.css" %> diff --git a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb index f96805935..01e580d8f 100644 --- a/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb +++ b/app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb @@ -1,8 +1,8 @@ - - + + RedmineWikiFormatting (CommonMark Markdown (GitHub Flavored)) - + <%= stylesheet_link_tag "wiki_syntax_detailed.css" %>