Changes between Version 1 and Version 2 of Ticket #40245, comment 44
- Timestamp:
- 03/14/2019 09:56:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40245, comment 44
v1 v2 2 2 {{{#!php 3 3 <?php 4 $pattern = '`<iframe[^>]*?title=(\\\\ '|\\\\"|[\'"])([^>]*?)\1`i';4 $pattern = '`<iframe[^>]*?title=(\\\\\'|\\\\"|[\'"])([^>]*?)\1`i'; 5 5 }}} 6 6