summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-08-12 19:02:29 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-08-12 19:02:29 (GMT)
commitf6d511e52eb55c5d5b980c4d226f2ea80b396095 (patch)
tree01f1ea2318cd225fcd6e0c0b7482467e620c881a /src/htmlgen.cpp
parent34cc61be7d0f6dafcaaa5fcdaa98ce4d31014634 (diff)
downloadDoxygen-f6d511e52eb55c5d5b980c4d226f2ea80b396095.zip
Doxygen-f6d511e52eb55c5d5b980c4d226f2ea80b396095.tar.gz
Doxygen-f6d511e52eb55c5d5b980c4d226f2ea80b396095.tar.bz2
Some generated files were not updated.
fixed relative path issue when using HTML_EXTRA_STYLESHEET.
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 f8900cc..93e5f3c 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -1082,7 +1082,7 @@ static QCString substituteHtmlKeywords(const QCString &s,
extraCssFile = Config_getString("HTML_EXTRA_STYLESHEET");
if (!extraCssFile.isEmpty())
{
- extraCssText = "<link href=\"$relpath$"+extraCssFile+"\" rel=\"stylesheet\" type=\"text/css\"/>\n";
+ extraCssText = "<link href=\"$relpath$"+stripPath(extraCssFile)+"\" rel=\"stylesheet\" type=\"text/css\"/>\n";
}
if (timeStamp) {