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.
Updated by Benni Mack over 3 years ago
- Status changed from New to Needs Feedback
Hey,
I think this is related to the Fluid Engine. Can you please open an issue here?
Updated by Christian Kuhn almost 3 years ago
- Status changed from Needs Feedback to Closed
hey. i hope it's ok to close here: this should be handled in fluid directly, i suppose.
Actions