diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-13 23:59:35 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-13 23:59:35 -0500 |
commit | 0f777be509f33a1f4b8e4b03907a597131805432 (patch) | |
tree | 92d8e5d96cf65da457164a0f83c00fe3a514cfb7 | |
parent | 725a1cf0e8d1fbdb7f449b632ee1fa3cb84835c7 (diff) | |
parent | 7bca48f5ce8233cada3a4d87a4c93c1fed8aae80 (diff) | |
download | ikiwiki-0f777be509f33a1f4b8e4b03907a597131805432.tar ikiwiki-0f777be509f33a1f4b8e4b03907a597131805432.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/bugs/Exception:_Unknown_function___96__this__39___.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/Exception:_Unknown_function___96__this__39___.mdwn b/doc/bugs/Exception:_Unknown_function___96__this__39___.mdwn index 9eac8eae5..189ba740f 100644 --- a/doc/bugs/Exception:_Unknown_function___96__this__39___.mdwn +++ b/doc/bugs/Exception:_Unknown_function___96__this__39___.mdwn @@ -57,4 +57,14 @@ What might be causing this exception and how I might go about debugging exceptio >>>>>>> misunderstanding. I've put in a complete fix for this problem. >>>>>>> if this was in [[bugs]], I'd close it. :) --[[Joey]] +>>>>>>>> Rather than escaping `$` as an HTML entity, it would be more natural +>>>>>>>> to escape it as `$$` (since you are escaping it for Omega, not for +>>>>>>>> the web browser. +>>>>>>>> +>>>>>>>> Also if ikiwiki can put arbitrary text inside the parameters of an +>>>>>>>> OmegaScript command, you should also escape `{`, `}` and `,` as +>>>>>>>> `$(`, `$)` and `$.`. It's only necessary to do so inside the +>>>>>>>> parameters of a command, but it will work and be easier to escape +>>>>>>>> them in any substituted text. --OllyBetts + [[done]] |