thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.
http://glide.thephpleague.com
MIT License
2.54k stars 198 forks source link

Fix: invalid img src attribute values #365

Closed BrandonOldenhof closed 1 year ago

BrandonOldenhof commented 1 year ago

The "effects" API example documentation contains a couple of invalid img src attributes because they don't contain a closing double-quote ("). This PR fixes that!