diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-10 23:48:51 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-10 23:48:51 +0000 |
commit | 5ddfbfb9b00e8ece4c30e6be34f19b96bcd939ab (patch) | |
tree | aa31ed637a91568ed3fa4bbb40bc169c1df42194 /app/views | |
parent | 37072e8ed2d272ba3bcc6ec20be573acc666bbda (diff) | |
download | redmine-5ddfbfb9b00e8ece4c30e6be34f19b96bcd939ab.tar.gz redmine-5ddfbfb9b00e8ece4c30e6be34f19b96bcd939ab.zip |
Remove duplicate DOCTYPE (#41467).
git-svn-id: https://svn.redmine.org/redmine/trunk@23109 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/help/wiki_syntax/common_mark/en/wiki_syntax_common_mark.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
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 f59b88863..23e3e858e 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,5 +1,4 @@ <!DOCTYPE html> -<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> |