class RawHTMLArticle < TextArticle def self.short_description _('Raw HTML text article.') end def self.description _('Allows HTML without filter (only for admins)') end xss_terminate :only => [ ] end