Skip to content

Commit 97bd357

Browse files
author
Manokaran Majushan
committed
MailTracker Updated
1 parent 777af48 commit 97bd357

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]).'" alt="##- Please type your reply above this line -##" style="height: 0px; display: inherit;"/>';
67+
$tracking_pixel = '<img alt="##- Please type your reply above this line -##" src="'.route('mailTracker_t',[$hash]).'"/>';
6868

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

0 commit comments

Comments
 (0)