Problem/Motivation
When you have a title_string configuration and the token is empty, you get this PHP warning.
Steps to reproduce
Proposed resolution
Do not add the title if it's empty. There is a fallback for the default_alt, but reusing the alt for the title is not correct and shouldn't be done, so it's better to just not have a title attribute then.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork svg_formatter-3428653
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
berdirMerge request created.
Comment #4
gnikolovskiComment #6
gnikolovskiFixed.