bhobbit 2010-03-08 04:53:05 +00:00 committed by Joey Hess
parent 12b5aec298
commit e7755506d1
1 changed files with 2 additions and 0 deletions

View File

@ -21,3 +21,5 @@ What might be causing this exception and how I might go about debugging exceptio
>>> tried setting a page title to '$this' and 'foo $this'. >>> tried setting a page title to '$this' and 'foo $this'.
>>> That's with version 1.0.18 of omega. >>> That's with version 1.0.18 of omega.
>>> --[[Joey]] >>> --[[Joey]]
>>>> I tried it with both omega 1.0.13 and omega 1.0.18 and the issue is present in both. If I view the contents of {$srcdir}/.ikiwiki/xapian/templates/query, I can see that the wiki title is inserted verbatim and there are calls to `$setmap`, `$set` and `$def` etc in the template. --[[dkobozev]]