Missing double-quote

There is missing double-quote when adding a changelog.

How to reproduce

uvx ezchlog add 'component ruff, inputs options: default to `""`' Changed

Expected result

# _CHANGELOGS/Changed/component_ruff_inputs_options_default_to.md
- component ruff, inputs options: default to `""`

Actual result

# _CHANGELOGS/Changed/component_ruff_inputs_options_default_to.md
- component ruff, inputs options: default to `"`
Edited by Dorian Turba