# File lib/deltacloud/helpers/application_helper.rb, line 149
  def render_cdata(text)
    "<![CDATA[#{text.strip}]]>"
  end