f9webltd/laravel-meta

Repalce double quotes within meta description tags

ultrono opened this issue · 0 comments

Double quotes cause issues such as:

<meta name="description" content="We sell 20" industrial nails">

At the very least htmlentities should be ran on such tags so they become:

<meta name="description" content="We sell 20&quot; industrial nails">

Without accounting for the meta description can be truncated 🦈