diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-22 13:32:40 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-22 13:32:40 (GMT) |
commit | 1187d1b2063b42378d9cd1a940bcd7eecb24fb69 (patch) | |
tree | cc637cd0087298f3be185b8b26b63a09885dc65a /tools/qdoc3/test/qt-html-templates.qdocconf | |
parent | fa4049c9ba8446a582a9bd003d5cdf98ae0505eb (diff) | |
download | Qt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.zip Qt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.tar.gz Qt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.tar.bz2 |
Make all qdoc footers consistent with the main Qt docs.
Use the same copyright message in all doc footers. As a side-effect,
this change also removes most of the remaining THISYEAR placeholders,
and fixes some footers that try to use 110% of the page width.
Reviewed-by: Thiago
Diffstat (limited to 'tools/qdoc3/test/qt-html-templates.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index f09192a..dc027d0 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -25,8 +25,7 @@ HTML.postheader = "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0 HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ - "<td width=\"30%\" align=\"left\">Copyright © %THISYEAR% Nokia Corporation " \ - "and/or its subsidiary(-ies)</td>\n" \ + "<td width=\"30%\" align=\"left\">Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies)</td>\n" \ "<td width=\"40%\" align=\"center\"><a href=\"trademarks.html\">Trademarks</a></td>\n" \ "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt \\version</div></td>\n" \ "</tr></table></div></address>" |