diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2009-08-25 11:45:32 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2009-08-25 11:45:32 (GMT) |
commit | ab2543160a96dae45f256daaeca7e093f65db6ad (patch) | |
tree | 1eb87ba34df4235398b79f257b2af06a38a3f2b2 /src/ftvhelp.cpp | |
parent | 2e1a370214bb47d28fed954396330ab2e33bc5a4 (diff) | |
download | Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.zip Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.tar.gz Doxygen-ab2543160a96dae45f256daaeca7e093f65db6ad.tar.bz2 |
Release-1.6.1
Diffstat (limited to 'src/ftvhelp.cpp')
-rw-r--r-- | src/ftvhelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftvhelp.cpp b/src/ftvhelp.cpp index 17b4466..c1fcf54 100644 --- a/src/ftvhelp.cpp +++ b/src/ftvhelp.cpp @@ -590,7 +590,7 @@ void FTVHelp::generateTreeView(QString* OutString) //t << "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\">\n"; t << "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Frameset//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd\">\n"; t << "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n"; - t << "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\"/>\n"; + t << "<meta http-equiv=\"Content-Type\" content=\"text/xhtml;charset=UTF-8\"/>\n"; t << "<title>"; if (Config_getString("PROJECT_NAME").isEmpty()) { |