Ok this seems to work.
Please open sources/admin/manage_banners.php
find
while (list($id, $name, $display_zone, $code, $active, $views, $max_views) = $DB->fetch_array($result)) {
below insert this
$code = htmlentities($code, ENT_NOQUOTES, 'UTF-8');
This might have some side...