# File lib/liquid/standardfilters.rb, line 33 def escape_once(input) ActionView::Helpers::TagHelper.escape_once(input) rescue NameError input end