Skip to content
Snippets Groups Projects
Commit 6a4966f0 authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Issue #2238569 by greggadsdon, cs_shadow, Da-san: html entities are appearing in translated strings

parent d7325051
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ function quicktabs_i18n_string_info() {
}
function quicktabs_translate($name, $string, $langcode = NULL, $textgroup = 'quicktabs') {
return function_exists('i18n_string') ? i18n_string($textgroup . ':' . $name, $string, array('langcode' => $langcode)) : $string;
return function_exists('i18n_string') ? i18n_string($textgroup . ':' . $name, $string, array('langcode' => $langcode, 'sanitize' => FALSE)) : $string;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment