summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2018-12-01 19:56:21 (GMT)
committerGitHub <noreply@github.com>2018-12-01 19:56:21 (GMT)
commita1c6157bba48fe87c38428e75e9e3476e2f2faf1 (patch)
treef38451d4faeace4a6ff41994a12931f09d814e77 /src
parent680b02d0ac0048e9000184a74daaaa8072fa31d6 (diff)
parentb851ef73be5ea01726bca0b6d686508e54a4191d (diff)
downloadDoxygen-a1c6157bba48fe87c38428e75e9e3476e2f2faf1.zip
Doxygen-a1c6157bba48fe87c38428e75e9e3476e2f2faf1.tar.gz
Doxygen-a1c6157bba48fe87c38428e75e9e3476e2f2faf1.tar.bz2
Merge pull request #6644 from albert-github/feature/bug_xmllint_xhtml
Warning running xmllint for xhtml
Diffstat (limited to 'src')
-rw-r--r--src/searchindex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/searchindex.cpp b/src/searchindex.cpp
index e0d4acc..5859d67 100644
--- a/src/searchindex.cpp
+++ b/src/searchindex.cpp
@@ -980,7 +980,7 @@ void writeJavascriptSearchIndex()
FTextStream t(&outFile);
t << "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\""
- " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">" << endl;
+ " \"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">" << endl;
t << "<html><head><title></title>" << endl;
t << "<meta http-equiv=\"Content-Type\" content=\"text/xhtml;charset=UTF-8\"/>" << endl;
t << "<meta name=\"generator\" content=\"Doxygen " << versionString << "\"/>" << endl;
@@ -1284,7 +1284,7 @@ void writeJavascriptSearchIndex()
{
FTextStream t(&f);
t << "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" "
- "\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">" << endl;
+ "\"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">" << endl;
t << "<html><head><title></title>" << endl;
t << "<meta http-equiv=\"Content-Type\" content=\"text/xhtml;charset=UTF-8\"/>" << endl;
t << "<link rel=\"stylesheet\" type=\"text/css\" href=\"search.css\"/>" << endl;