From 0c26817c0267e179e01d5de77bc28c45c232bc7e Mon Sep 17 00:00:00 2001 From: Godwin Date: Sat, 12 Jul 2014 23:38:07 -0600 Subject: [PATCH] SVG CDN issue --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 72fff3a..08fd0f8 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -436,7 +436,7 @@ module ApplicationHelper end def icon(id, attributes = nil) - ('').html_safe + ('').html_safe end def static_map(location, zoom, width, height)