diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-11-04 09:32:26 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-11-04 09:32:26 (GMT) |
commit | fa4ee0aadd00c976a70ef63aeb5be1d4eb52f928 (patch) | |
tree | e11528d286fbe5299542224d5743d92f69be89c4 | |
parent | 18b6067fa99004d1572e3d6b8fbc181729ad96be (diff) | |
download | Qt-fa4ee0aadd00c976a70ef63aeb5be1d4eb52f928.zip Qt-fa4ee0aadd00c976a70ef63aeb5be1d4eb52f928.tar.gz Qt-fa4ee0aadd00c976a70ef63aeb5be1d4eb52f928.tar.bz2 |
Doc: Correcting character escape bug
-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 30a63c8..698164d 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -9,7 +9,7 @@ HTML.postheader = " <div class=\"header\" id=\"qtdocheader\">\n" \ " <div id=\"nav-logo\">\n" \ " <a href=\"index.html\">Home</a></div>\n" \ " <a href=\"index.html\" class=\"qtref\"><span>Qt Reference Documentation</span></a>\n" \ - " <div id="narrowsearch"></div>\n" \ + " <div id=\"narrowsearch\"></div>\n" \ " <div id=\"nav-topright\">\n" \ " <ul>\n" \ " <li class=\"nav-topright-home\"><a href=\"http://qt.nokia.com/\">Qt HOME</a></li>\n" \ |