diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-04-26 08:51:49 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-04-26 08:51:49 (GMT) |
commit | 7bee9774dfe4b09ca8c8e6a63d0de34737a1aaa0 (patch) | |
tree | a6017d1dbfc7fd483486b2df5549167e1c251cff /tools | |
parent | 27f96458ba40dcbf5db4df0b0e553ca5799a13c4 (diff) | |
download | Qt-7bee9774dfe4b09ca8c8e6a63d0de34737a1aaa0.zip Qt-7bee9774dfe4b09ca8c8e6a63d0de34737a1aaa0.tar.gz Qt-7bee9774dfe4b09ca8c8e6a63d0de34737a1aaa0.tar.bz2 |
Doc: correcting a character bug in the footer.
Changed "subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation>\n" \
into "subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \
Reviewed-by: trust me
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 158aef3..8253c45 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -113,7 +113,7 @@ HTML.footer = " </div>\n" \ " <div class=\"footer\">\n" \ " <p>\n" \ " <acronym title=\"Copyright\">©</acronym> 2008-2010 Nokia Corporation and/or its\n" \ - " subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation>\n" \ + " subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \ " in Finland and/or other countries worldwide.</p>\n" \ " <p>\n" \ " All other trademarks are property of their respective owners. <a title=\"Privacy Policy\"\n" \ |