On Tue, Feb 12, 2008 at 01:32:25AM -0800, Ryan O'Toole wrote: > I need my skin template to contain the text: $action, but PM keeps > parsing it as the variable $action. I know I need to escape it, but > the markup for escaping text [= ... =] isn't working from inside the > skin template. > > How can I escape text in a skin template (NOT page markup) that would > otherwise be replaced as a page variable?
Try ""action". The " will be displayed as a dollar sign. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
