mod/standard/set/right/head.rb in card-1.98.3 vs mod/standard/set/right/head.rb in card-1.99.0
- old
+ new
@@ -5,9 +5,13 @@
format :html do
view :head_content do
process_content render_raw
end
+ view :one_line_content do
+ raw_one_line_content
+ end
+
view :core do
process_content ::CodeRay.scan(render_raw, :html).div
end
end