# File lib/neo4jr-social/json_printer.rb, line 24 def self.render_html(obj) render(obj).gsub(' ', ' ').gsub("\n", "<br>") end