Double quotation mark character breaks HTML inputs

Hello, I noticed a little bug in HTML input fields.
If a value string contains double quotation marks (it’s the case with my Company name) it will be correctly saved, but then, when editing, it will break the HTML code of the form.

<input type="text" name="user_company" id="user_company" class="form-control"
                   value="This is a "test" Company">

The field here will not show This is a “test” Company but only This is a

Thanks for the hint