aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/search_plugin_uses_wrong_css_path.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-14 15:20:49 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-14 15:20:49 -0500
commit8be2b60aaca495b84c299cf69ee8958603bd7204 (patch)
treed3fc0fb7c235fe7f193bd10a3e56cfbb0cf8e45a /doc/bugs/search_plugin_uses_wrong_css_path.mdwn
parent9192a8837505d47fa4cd8b4fb661fb5a102e01df (diff)
downloadikiwiki-8be2b60aaca495b84c299cf69ee8958603bd7204.tar
ikiwiki-8be2b60aaca495b84c299cf69ee8958603bd7204.tar.gz
* The search plugin needs to override <base> to point to the directory
containing ikiwiki.cgi, but this should not change the urls to the style sheets etc. Add a new forcebareurl parameter to misctemplate to allow it to do that.
Diffstat (limited to 'doc/bugs/search_plugin_uses_wrong_css_path.mdwn')
-rw-r--r--doc/bugs/search_plugin_uses_wrong_css_path.mdwn3
1 files changed, 3 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
index fc3f8a6e4..9eeb3c374 100644
--- a/doc/bugs/search_plugin_uses_wrong_css_path.mdwn
+++ b/doc/bugs/search_plugin_uses_wrong_css_path.mdwn
@@ -9,3 +9,6 @@ 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 &lt;base&gt; tag.
+
+> thanks for pointing this bug out, I've fixed it --[[Joey]].
+[[tag done]]