summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-08-25 11:45:32 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-08-25 11:45:32 (GMT)
commitab2543160a96dae45f256daaeca7e093f65db6ad (patch)
tree1eb87ba34df4235398b79f257b2af06a38a3f2b2 /src/htmlgen.cpp
parent2e1a370214bb47d28fed954396330ab2e33bc5a4 (diff)
downloadDoxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.zip
Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.tar.gz
Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.tar.bz2
Release-1.6.1
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 66d3ea4..fbea282 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -672,7 +672,7 @@ static void writeDefaultHeaderFile(QTextStream &t, const char *title,
// t << "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
t << "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
t << "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n"
- "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"/>\n"
+ "<meta http-equiv=\"Content-Type\" content=\"text/xhtml;charset=UTF-8\"/>\n"
"<title>";
t << convertToHtml(title);
t << "</title>\n";