mod/standard/set/right/head.rb in card-1.97.0 vs mod/standard/set/right/head.rb in card-1.97.0.1
- old
+ new
@@ -2,10 +2,8 @@
view :head_content do
process_content render_raw
end
view :core do
- with_nest_mode :template do
- process_content ::CodeRay.scan(render_raw, :html).div
- end
+ process_content ::CodeRay.scan(render_raw, :html).div
end
end