Sha256: 9e82c2bbae8011b81c2f14fccbf609e0db0c3b0b7bdbd27cd013b82e1fcb3394
Contents?: true
Size: 210 Bytes
Versions: 9
Compression:
Stored size: 210 Bytes
Contents
class Plugins::Textfilters::NoneController < TextFilterPlugin::Markup plugin_display_name "None" plugin_description 'Raw HTML only' def self.filtertext(controller,content,text,params) text end end
Version data entries
9 entries across 9 versions & 1 rubygems