Index: Classes/ViewHelpers/ImageViewHelper.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/Classes/ViewHelpers/ImageViewHelper.php b/Classes/ViewHelpers/ImageViewHelper.php
--- a/Classes/ViewHelpers/ImageViewHelper.php	(revision e159c1b89d051f0ee2d7836044acbfbaa153495c)
+++ b/Classes/ViewHelpers/ImageViewHelper.php	(date 1624632200114)
@@ -176,15 +176,11 @@
             $this->tag->addAttribute('height', $processedImage->getProperty('height'));
 
             $alt = $image->getProperty('alternative');
-            $title = $image->getProperty('title');
 
             // The alt-attribute is mandatory to have valid html-code, therefore add it even if it is empty
             if (empty($this->arguments['alt'])) {
                 $this->tag->addAttribute('alt', $alt);
             }
-            if (empty($this->arguments['title']) && $title) {
-                $this->tag->addAttribute('title', $title);
-            }
         } catch (ResourceDoesNotExistException $e) {
             // thrown if file does not exist
             throw new Exception($e->getMessage(), 1509741911, $e);
