diff --git a/Classes/Utility/MailUtility.php b/Classes/Utility/MailUtility.php
index d90a5d1..dfa7fb5 100644
--- a/Classes/Utility/MailUtility.php
+++ b/Classes/Utility/MailUtility.php
@@ -251,14 +251,10 @@ class MailUtility
case 'buttonleft':
case 'buttoncenter':
case 'buttonright':
- return ''
- . ''
- . 'Button!!!! '
- . $matchesInner[2]
- . ''
- . '';
+ return json_encode([
+ $matchesInner[1],
+ $matchesInner[2]
+ ]);
break;
default:
return '
+
+
+
+
+
+
+
+
+
+
@@ -78,7 +88,12 @@
- {row.data -> f:format.nl2br() -> f:format.raw()}
+ {row.data -> v:format.json.decode()}
+
+
+ {rowData.1}
+
+