lib/edifice/helper.rb in edifice-0.6.8 vs lib/edifice/helper.rb in edifice-0.6.9

- old
+ new

@@ -8,9 +8,9 @@ end # the default classes that get added to the body element when a view renders # the c_ in front of view_path is for historical reasons def edifice_body_classes - %(c_#{view_path} v_#{view_name} l_#{layout_name}").html_safe + %(c_#{view_path} v_#{view_name} l_#{layout_name}).html_safe end end end \ No newline at end of file