bjuppa / laravel-blog

Flexible blog functionality for your Laravel project
MIT License
48 stars 8 forks source link

Fix image url extraction #67

Closed bjuppa closed 4 years ago

bjuppa commented 4 years ago

This PR fixes a bug in the regex that resulted in a " at the end of extracted image urls when there was another html attribute after the src attribute.

Closes #64