Is there a way to temporarily prevent markup from adding <p> wrappers? In particular within a .tmpl, I have:
<!--markup:(:if (group !$DefaultGroup) :)[[$ScriptUrl | $WikiTitle]] | (:ifend:)--> However, this gets wrapped in <p> tags, which causes subsequent text to appear on a new line -- I can get around this by using css to stop that, but I'd prefer not to. Is there a way to prevent this from happening? ~ ~ Dave _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
