Skip to content

Commit

Permalink
fix unsubscribe link escaping replace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Sep 13, 2018
1 parent b9a5e8b commit fea3f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ReportRenderer/Html.php
Expand Up @@ -22,7 +22,7 @@ class Html extends ReportRenderer

const HTML_CONTENT_TYPE = 'text/html';
const HTML_FILE_EXTENSION = 'html';
const UNSUBSCRIBE_LINK_PLACEHOLDER = '%unsubscribeLink%';
const UNSUBSCRIBE_LINK_PLACEHOLDER = '__unsubscribeLink__';

protected $renderImageInline = false;

Expand Down

0 comments on commit fea3f96

Please sign in to comment.