fix: escape html in email params

This commit is contained in:
Torsten Dittmann
2024-01-08 15:04:29 +01:00
parent fbd277f6aa
commit 0d2eca4def
8 changed files with 57 additions and 53 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stopOnFailure="true"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />