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