gretel 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gretel/helper_methods.rb +1 -1
- metadata +3 -3
@@ -80,7 +80,7 @@ module Gretel
|
|
80
80
|
if options[:use_microformats]
|
81
81
|
out << content_tag(:div, content_tag(:span, last_link.text, :class => "current", :itemprop => "title"), :itemscope => "", :itemtype => "http://data-vocabulary.org/Breadcrumb")
|
82
82
|
else
|
83
|
-
out << content_tag(:span, last_link.text, :class => "current"
|
83
|
+
out << content_tag(:span, last_link.text, :class => "current")
|
84
84
|
end
|
85
85
|
end
|
86
86
|
end
|
metadata
CHANGED