Skip to content

Commit

Permalink
Unescape HTML entities
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeigarts committed Sep 11, 2014
1 parent fd8ee78 commit 023f465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/saxlsx/rows_collection_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def value_of(text)
when 'n'
text.to_f
else
text
CGI.unescapeHTML(text)
end

end
Expand Down

0 comments on commit 023f465

Please sign in to comment.