Browse Source
The previous regex required the iframe to have an attribute after "src", so <iframe src="..."></iframe> didn't work, but things like <iframe src="..." frameborder="no"></iframe> did. Since only the src is used and the rest of the iframe is reconstructed, there's no need for extra attributes, and had me searching for a bit.pull/567/head
Stephen Rushing
11 years ago
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue