diff options
author | Peter Andersson <[email protected]> | 2016-03-09 10:31:16 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-03-09 10:31:16 +0100 |
commit | 0b7c58e52ab6650d41be2ca58c4dc301287ba68a (patch) | |
tree | da33d769de67b93da11702f3824cc654ef521f32 /lib/common_test/test | |
parent | 21e395b93eafe68544b7ee5dd186c01bcfc5d02e (diff) | |
parent | fb44a4de532ae97b3424078577dee7370078dea0 (diff) | |
download | otp-0b7c58e52ab6650d41be2ca58c4dc301287ba68a.tar.gz otp-0b7c58e52ab6650d41be2ca58c4dc301287ba68a.tar.bz2 otp-0b7c58e52ab6650d41be2ca58c4dc301287ba68a.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test/test')
-rw-r--r-- | lib/common_test/test/erl2html2_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/test/erl2html2_SUITE.erl b/lib/common_test/test/erl2html2_SUITE.erl index 9e6389109b..8e9f6e773a 100644 --- a/lib/common_test/test/erl2html2_SUITE.erl +++ b/lib/common_test/test/erl2html2_SUITE.erl @@ -31,7 +31,7 @@ "<html>\n", "<head><title>Module ", Src, "</title>\n", "<meta http-equiv=\"cache-control\" ", - "content=\"no-cache\">\n", + "content=\"no-cache\"></meta>\n", "</head>\n", "<body bgcolor=\"white\" text=\"black\" ", "link=\"blue\" vlink=\"purple\" alink=\"red\">\n"]). |