diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-11 16:10:04 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-11 16:10:04 -0500 |
commit | 45dfdcb2571953be6815342510b9bb2a73ce59e7 (patch) | |
tree | 89726895644cbe25f48082b1f1790462fcaca587 /doc | |
parent | f259f33a0ad4858ce33f458148f1733351b91d92 (diff) | |
download | ikiwiki-45dfdcb2571953be6815342510b9bb2a73ce59e7.tar ikiwiki-45dfdcb2571953be6815342510b9bb2a73ce59e7.tar.gz |
search: Avoid '$' in the wikiname appearing unescaped on omega's query template, where it might crash omega.
Really, a more general fix, this deals with any $ that might appear on the
misctemplate.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Exception:_Unknown_function___96__this__39___.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/forum/Exception:_Unknown_function___96__this__39___.mdwn b/doc/forum/Exception:_Unknown_function___96__this__39___.mdwn index 4f94b77bd..035247100 100644 --- a/doc/forum/Exception:_Unknown_function___96__this__39___.mdwn +++ b/doc/forum/Exception:_Unknown_function___96__this__39___.mdwn @@ -50,3 +50,9 @@ What might be causing this exception and how I might go about debugging exceptio <IMG ALT="" SRC="/images/xapian-omega/prevoff.png" HEIGHT=30 WIDTH=30>} >>>>>> So `$foobar` clashes with Omega's template tags. Does this help? + +>>>>>>> Ahh. I had somehow gotten it into my head that you were talking +>>>>>>> about the title of a single page, not of the whole wiki. But +>>>>>>> you were clear all along it was the wiki title. Sorry for +>>>>>>> misunderstanding. I've put in a complete fix for this problem. +>>>>>>> if this was in [[bugs]], I'd close it. :) --[[Joey]] |