Sha256: 398d57cb3b5fa9bfd1d0c15ff647e117447273ee05af305705ca35425a959170

Contents?: true

Size: 193 Bytes

Versions: 7

Compression:

Stored size: 193 Bytes

Contents

# -*- encoding : utf-8 -*-

format :text do

  view :core do |args|
    HTMLEntities.new.decode "#{ strip_tags( super args ) }" #need this string method to get out of html_safe mode
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wagn-1.12.13 mods/standard/sets/all/text.rb
wagn-1.12.12 mods/standard/sets/all/text.rb
wagn-1.12.11 mods/standard/sets/all/text.rb
wagn-1.12.10 mods/standard/sets/all/text.rb
wagn-1.12.9 mods/standard/sets/all/text.rb
wagn-1.12.8 mods/standard/sets/all/text.rb
wagn-1.12.7 mods/standard/sets/all/text.rb