Fix [fix_inline_img](https://github.com/learningtapestry/lcms-engine/blob/master/app/services/lcms/engine/html_sanitizer.rb#L237) 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.