aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/erl2html2.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2016-03-09 10:31:16 +0100
committerPeter Andersson <[email protected]>2016-03-09 10:31:16 +0100
commit0b7c58e52ab6650d41be2ca58c4dc301287ba68a (patch)
treeda33d769de67b93da11702f3824cc654ef521f32 /lib/common_test/src/erl2html2.erl
parent21e395b93eafe68544b7ee5dd186c01bcfc5d02e (diff)
parentfb44a4de532ae97b3424078577dee7370078dea0 (diff)
downloadotp-0b7c58e52ab6650d41be2ca58c4dc301287ba68a.tar.gz
otp-0b7c58e52ab6650d41be2ca58c4dc301287ba68a.tar.bz2
otp-0b7c58e52ab6650d41be2ca58c4dc301287ba68a.zip
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/src/erl2html2.erl')
-rw-r--r--lib/common_test/src/erl2html2.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/erl2html2.erl b/lib/common_test/src/erl2html2.erl
index e281c9de1b..d440d0940d 100644
--- a/lib/common_test/src/erl2html2.erl
+++ b/lib/common_test/src/erl2html2.erl
@@ -44,7 +44,7 @@ convert(File, Dest, InclPath) ->
"<html>\n"
"<head>\n"
"<meta http-equiv=\"Content-Type\" content=\"text/html;"
- "charset=",html_encoding(Encoding),"\"/>\n"
+ "charset=",html_encoding(Encoding),"\"/></meta>\n"
"<title>", to_raw_list(File,Encoding), "</title>\n"
"</head>\n\n"
"<body bgcolor=\"white\" text=\"black\""