fix(bug): incorrect method called

This commit is contained in:
Hivert Quentin
2026-08-11 17:06:27 +02:00
parent a156f4ce9f
commit 1caa25711f
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ static NSString *userAgent = nil;
- (void) setText: (NSString *) newText
{
ASSIGN (text, [newText stringWithoutHTMLInjection: NO]);
ASSIGN (text, [newText stringWithoutHTMLInjection: NO stripAngular: NO]);
}
- (NSString *) text