mort666-pricetag 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/pricetag/processors/textile.rb +1 -1
- data/lib/pricetag/version.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
@@ -23,7 +23,7 @@ module PriceTag
|
|
23
23
|
Textile::process!(node, options)
|
24
24
|
end
|
25
25
|
|
26
|
-
output = CGI.unescapeHTML(@textile.root.
|
26
|
+
output = CGI.unescapeHTML(@textile.root.content)
|
27
27
|
output += Markdown::text_for_references(@references) if options[:link_style] == :reference
|
28
28
|
|
29
29
|
return output
|
data/lib/pricetag/version.rb
CHANGED