aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/search_plugin_uses_wrong_css_path.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/search_plugin_uses_wrong_css_path.mdwn')
-rw-r--r--doc/bugs/search_plugin_uses_wrong_css_path.mdwn14
1 files changed, 14 insertions, 0 deletions
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..688d51ee6
--- /dev/null
+++ b/doc/bugs/search_plugin_uses_wrong_css_path.mdwn
@@ -0,0 +1,14 @@
+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}.
+
+Maybe misctemplate() and misc.tmpl should use an additional
+variable which points always to the base of the wiki.
+
+e.g. use "wikibase" for css and favicon and "baseurl" for the <base> tag.
+
+> thanks for pointing this bug out, I've fixed it --[[Joey]].
+[[!tag done]]