// Remove <img> from confirmation messages

This commit is contained in:
tDidierjean
2011-11-18 11:00:37 +00:00
parent 17cbd633c5
commit bc06976a52
4 changed files with 254 additions and 254 deletions
+1 -1
View File
@@ -1247,7 +1247,7 @@ abstract class AdminTabCore
if ($conf = Tools::getValue('conf'))
echo '
<div class="conf">
<img src="../img/admin/ok2.png" alt="" /> '.$this->_conf[(int)($conf)].'
'.$this->_conf[(int)($conf)].'
</div>';
}