diff --git a/src/Plugin/Filter/EntityEmbedFilter.php b/src/Plugin/Filter/EntityEmbedFilter.php
old mode 100644
new mode 100755
index 5f802ad..5a9a198
--- a/src/Plugin/Filter/EntityEmbedFilter.php
+++ b/src/Plugin/Filter/EntityEmbedFilter.php
@@ -159,7 +159,9 @@ class EntityEmbedFilter extends FilterBase implements ContainerFactoryPluginInte
           }
           else {
             $alt_text = $this->t('Deleted content encountered, site owner alerted.');
-            $entity_output = '<img src="' . file_create_url('core/modules/media/images/icons/no-thumbnail.png') . '" width="180" height="180" alt="' . $alt_text . '" />';
+            $title_text = $this->t('Deleted content.');
+            $entity_output = '<img src="' . file_create_url('core/modules/media/images/icons/no-thumbnail.png') . '" width="180" height="180" alt="' . $alt_text
+              . '" title="' . $title_text . '"/>';
             throw new EntityNotFoundException(sprintf('Unable to load embedded %s entity %s.', $entity_type, $id));
           }
         }
