diff --git a/includes/ttxweb_decoder.php b/includes/ttxweb_decoder.php
index 683bf29..14c9eac 100644
--- a/includes/ttxweb_decoder.php
+++ b/includes/ttxweb_decoder.php
@@ -1,7 +1,7 @@
${1}', $htmlBuffer);
+ $htmlBuffer = preg_replace('/(->|>>)/', '${1}', $htmlBuffer);
}
else {
$htmlBuffer = preg_replace('/(->|>>)/', '${1}', $htmlBuffer);
diff --git a/includes/ttxweb_main.php b/includes/ttxweb_main.php
index 8ec546b..5a54e06 100644
--- a/includes/ttxweb_main.php
+++ b/includes/ttxweb_main.php
@@ -1,12 +1,12 @@