From: Joey Hess Date: Thu, 14 Feb 2008 09:19:36 +0000 (-0500) Subject: web commit by rdennis X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/31a52efc91423d3b6dbaa295a4c4f278da40a174?ds=sidebyside web commit by rdennis --- diff --git a/doc/bugs/search_plugin_uses_wrong_css_path.mdwn b/doc/bugs/search_plugin_uses_wrong_css_path.mdwn new file mode 100644 index 000000000..5188edc89 --- /dev/null +++ b/doc/bugs/search_plugin_uses_wrong_css_path.mdwn @@ -0,0 +1,7 @@ +The search result page uses a wrong path for the css files. + +This is, because the search plugin provides $config{cgiurl} as +basepath to the misc template. And so the path to the css +files ends up to be "$config{cgiurl}/local.css". But this is +wrong if $config{cgiurl} is not the same as $config{url}. +