Changeset 134
- Timestamp:
- 04/04/2007 00:30:19 (20 months ago)
- Files:
-
- 1 modified
-
trunk/lib/hpricot/inspect.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/hpricot/inspect.rb
r130 r134 64 64 @raw_attributes.each {|n, t| 65 65 q.breakable 66 q.text "#{n}=\"#{Hpricot.uxs(t)}\"" 66 if t 67 q.text "#{n}=\"#{Hpricot.uxs(t)}\"" 68 else 69 q.text n 70 end 67 71 } 68 72 end
