projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a52ef
)
web commit by rdennis
author
Joey Hess
<joey@kitenet.net>
Thu, 14 Feb 2008 09:41:52 +0000
(
04:41
-0500)
committer
Joey Hess
<joey@kitenet.net>
Thu, 14 Feb 2008 09:41:52 +0000
(
04:41
-0500)
doc/bugs/search_plugin_uses_wrong_css_path.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs/search_plugin_uses_wrong_css_path.mdwn
b/doc/bugs/search_plugin_uses_wrong_css_path.mdwn
index 5188edc89fc4c59e86c04448ed98a2bfe90bb121..fc3f8a6e4bf8f20428695da14c52015409c8e4f2 100644
(file)
--- a/
doc/bugs/search_plugin_uses_wrong_css_path.mdwn
+++ b/
doc/bugs/search_plugin_uses_wrong_css_path.mdwn
@@
-5,3
+5,7
@@
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.