diff options
author | https://launchpad.net/~ojwb <https://launchpad.net/~ojwb@web> | 2010-03-14 04:56:13 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-14 04:56:13 +0000 |
commit | 7bca48f5ce8233cada3a4d87a4c93c1fed8aae80 (patch) | |
tree | 0c6fd1bdb9e0d45aa675b4de4d67ae8f219e6d82 | |
parent | c0ad4929deb455804ddfc6451820c6c67a298ea1 (diff) |
-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]] |