gretel 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/gretel/helper_methods.rb +1 -1
  2. 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", :itemprop => "title")
83
+ out << content_tag(:span, last_link.text, :class => "current")
84
84
  end
85
85
  end
86
86
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gretel
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 3
10
- version: 1.1.3
9
+ - 4
10
+ version: 1.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lasse Bunk