summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-10-10 22:02:01 +0000
committerGo MAEDA <maeda@farend.jp>2024-10-10 22:02:01 +0000
commit37072e8ed2d272ba3bcc6ec20be573acc666bbda (patch)
treee15b261a5140a5faea7f871293985b7969ebf482 /app/views
parent8ca5d2fa1a77ccbb0773e15f56afb5003c34ad30 (diff)
downloadredmine-37072e8ed2d272ba3bcc6ec20be573acc666bbda.tar.gz
redmine-37072e8ed2d272ba3bcc6ec20be573acc666bbda.zip
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
Diffstat (limited to 'app/views')
-rw-r--r--app/views/help/wiki_syntax/common_mark/de/wiki_syntax_common_mark.html.erb5
-rw-r--r--app/views/help/wiki_syntax/common_mark/de/wiki_syntax_detailed_common_mark.html.erb6
-rw-r--r--app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb6
-rw-r--r--app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb6
-rw-r--r--app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_common_mark.html.erb6
-rw-r--r--app/views/help/wiki_syntax/common_mark/ta-in/wiki_syntax_detailed_common_mark.html.erb6
6 files changed, 19 insertions, 16 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 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 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta charset="UTF-8">
<title>Wikiformatierung</title>
<%= stylesheet_link_tag "wiki_syntax.css" %>
</head>
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 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html>
+<html>
<head>
<title>Redmine Wiki-Formatierung (CommonMark Markdown (GitHub Flavored))detailliert</title>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<meta charset="UTF-8">
<%= stylesheet_link_tag "wiki_syntax_detailed.css" %>
</head>
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 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<!DOCTYPE html>
+<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<meta charset="UTF-8">
<title>Wiki formatting</title>
<%= stylesheet_link_tag "wiki_syntax.css" %>
</head>
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 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html>
+<html>
<head>
<title>RedmineWikiFormatting (CommonMark Markdown (GitHub Flavored))</title>
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<meta charset="UTF-8">
<%= stylesheet_link_tag "wiki_syntax_detailed.css" %>
</head>
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 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<!DOCTYPE html>
+<html>
+ <meta charset="UTF-8">
<title>விக்கி வடிவமைப்பு</title>
<%= stylesheet_link_tag "wiki_syntax.css" %>
</head>
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 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<!DOCTYPE html>
+<html>
<head>
<title>RedmineWikiFormatting (CommonMark Markdown (GitHub Flavored))</title>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <meta charset="UTF-8">
<%= stylesheet_link_tag "wiki_syntax_detailed.css" %>
</head>