Actions
Bug #95285
closedCan't get pages that include Vector Markup Language (VML) rendered in Fluid templates
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2021-09-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
To get direct_mail going in Microsoft Outlook as designed, we need mso styles. For that the Vector Markup Language (VML) is used.
Namespace declaration
<html xmlns:v="urn:schemas-microsoft-com:vml">
and conditions
@@
give no problems but when applying the namespace specific tags in a fluid template like
<v:rect ...>, <v:fill ...>, <v:shape ... >
and other
there is an error on the page: "Oops, ..." etc.
Actions