diff --git a/cis/testtool/frage.php b/cis/testtool/frage.php
index ee88abbe9..fa3d5a121 100644
--- a/cis/testtool/frage.php
+++ b/cis/testtool/frage.php
@@ -433,9 +433,9 @@ if($frage->frage_id!='')
echo '
';
if($vorschlag->bild!='')
- echo "
";
+ echo "
";
if($vorschlag->audio!='')
- echo '
';
+ echo '
';
if($vorschlag->text!='')
echo $vorschlag->text.'
';
echo "";
diff --git a/system/TesttoolCleanEncoding.php b/system/TesttoolCleanEncoding.php
new file mode 100644
index 000000000..cd6957dba
--- /dev/null
+++ b/system/TesttoolCleanEncoding.php
@@ -0,0 +1,30 @@
+
+
+