Skip to content

Commit

Permalink
Broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaben committed Aug 31, 2010
1 parent a722eda commit 8b5bfeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/opds/entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def serialize!
type=n.attributes['type'].value unless n.attributes['type'].nil?
price=nil
currency=nil
@namespaces['opds']||='http://opds-spec.org/2010/catalog'
oprice=n.at('./opds:price',@namespaces)
if oprice
price=text(oprice)
Expand Down

0 comments on commit 8b5bfeb

Please sign in to comment.