Should this be fixed in old parser, or in new parser? -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/901864
Title: You can't use aiki markup in parentheses Status in Aiki Framework: Confirmed Bug description: If you put script inside parentheses it will parse it as value from db ((script( $aiki->Class->foo(); )script)) and you wanted to display (value_returned_from_foo) - value from function foo in parentheses, but instead aiki display nothing because it can find db value "script( $aiki->Class->foo(); )script". I think that this will be the same with other aiki markup like permission. To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/901864/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

