Changeset 7357
- Timestamp:
- 08/21/07 22:59:42 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/vendor/html-scanner/html/tokenizer.rb
r7300 r7357 59 59 tag << @scanner.matched 60 60 tag << consume_quoted_regions 61 elsif @scanner.scan(/\?/) # processing instructions, drop them62 tag = ''63 @scanner.scan_until(/\/>/)64 61 else 65 62 tag << consume_quoted_regions