learningtapestry / lcms-engine

A Rails engine for Learning Content Management System (LCMS) applications.
Apache License 2.0
5 stars 6 forks source link

Fix updating image src data #259

Open shlag3n opened 1 year ago

shlag3n commented 1 year ago

Fix fix_inline_img method as it'll set src empty if no matches. e.g by using gsub instead of gsub!

Note: Also it'd be great to understand if we need that method or not and if we do add some explanation why.