Hello !
Removing the title attribute on images elements can be useful when the title is really long. This fixes #33.
By the way, this PR also fixes an issue where the HTML formatted description was used as title attribute on thumbnails (Instead onf the cleaned-up one). Because we are using image.title in the Twig template. This bug were introduced in commit 99f7839273a8de82b713d0304327aeb9d579a24a.
Have a nice day ! ^^
Hello ! Removing the
title
attribute on images elements can be useful when the title is really long. This fixes #33. By the way, this PR also fixes an issue where the HTML formatted description was used as title attribute on thumbnails (Instead onf the cleaned-up one). Because we are usingimage.title
in the Twig template. This bug were introduced in commit 99f7839273a8de82b713d0304327aeb9d579a24a. Have a nice day ! ^^