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