- Prevents URLs in link titles from being processed when tracking is enabled. Closes #519
This commit is contained in:
@@ -87,7 +87,6 @@ class Renderer {
|
||||
}
|
||||
|
||||
function renderTextVersion($template) {
|
||||
$template = mb_convert_encoding($template, 'HTML-ENTITIES', 'UTF-8');
|
||||
return \Html2Text\Html2Text::convert($template);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user