Version 1 (modified by moo, 6 years ago)

--

SafeHtmlMacro

SafeHtmlMacro is another trac plugin I wrote for XCache and  lighttpd.net. It's useful to define html code in admin and reuse in any trac-wiki page.

It is safe because all html codes have to be defined in admin, and is recommened to disable #!html processor.

[[SafeHtml(RssBegin)]]
....
[[SafeHtml(RssEnd)]]

Attachments