summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-08-12 19:02:29 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-08-12 19:02:29 (GMT)
commit489cefdf7a2ce294a15cb12b866dce13f5664f12 (patch)
tree01f1ea2318cd225fcd6e0c0b7482467e620c881a /src/htmlgen.cpp
parent41d2286ff1a8bd7eb3597937d9733374c826afd5 (diff)
downloadDoxygen-489cefdf7a2ce294a15cb12b866dce13f5664f12.zip
Doxygen-489cefdf7a2ce294a15cb12b866dce13f5664f12.tar.gz
Doxygen-489cefdf7a2ce294a15cb12b866dce13f5664f12.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) {