Skip to content

Commit 777af48

Browse files
author
Manokaran Majushan
committed
injecting Image Alt tag Added
1 parent 4e545b8 commit 777af48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailTracker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function addTrackers($html, $hash)
6464
protected function injectTrackingPixel($html, $hash)
6565
{
6666
// Append the tracking url
67-
$tracking_pixel = '<img src="'.route('mailTracker_t',[$hash]).'" style="height: 0px; display: inherit;"/>';
67+
$tracking_pixel = '<img src="'.route('mailTracker_t',[$hash]).'" alt="##- Please type your reply above this line -##" style="height: 0px; display: inherit;"/>';
6868

6969
$linebreak = str_random(32);
7070
$html = str_replace("\n",$linebreak,$html);

0 commit comments

Comments
 (0)