summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-11-26 11:36:33 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-11-26 11:36:33 (GMT)
commitb851ef73be5ea01726bca0b6d686508e54a4191d (patch)
tree268a5bf5e11a1dc52edf0a058463bf995013b4df /src
parent01a8fb038a4a012a5d1f8ab60a4a2777c8aee021 (diff)
downloadDoxygen-b851ef73be5ea01726bca0b6d686508e54a4191d.zip
Doxygen-b851ef73be5ea01726bca0b6d686508e54a4191d.tar.gz
Doxygen-b851ef73be5ea01726bca0b6d686508e54a4191d.tar.bz2
Warning running xmllint for xhtml
When running xmllint in the error output the following message appears: `I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd` Going to the website we see that there an automatic redirect was done from `http` to `https`.
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;