- Prevents URLs in link titles from being processed when tracking is enabled. Closes #519

This commit is contained in:
Vlad
2016-06-13 11:21:32 -04:00
parent 64f4bed080
commit e69aa792c4
4 changed files with 707 additions and 258 deletions

View File

@@ -87,7 +87,6 @@ class Renderer {
}
function renderTextVersion($template) {
$template = mb_convert_encoding($template, 'HTML-ENTITIES', 'UTF-8');
return \Html2Text\Html2Text::convert($template);
}