summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-08-25 11:45:32 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-08-25 11:45:32 (GMT)
commit0c8b6ca69f951ce8c94902764cf036d6a79e5102 (patch)
tree1eb87ba34df4235398b79f257b2af06a38a3f2b2 /src/htmlgen.cpp
parent347f313fd93041ce8acf08c4927cb763d5f2d3cd (diff)
downloadDoxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.zip
Doxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.tar.gz
Doxygen-0c8b6ca69f951ce8c94902764cf036d6a79e5102.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";