Merge "Remove blessStringAsTrustedResourceUrlForLegacy"

This commit is contained in:
Patrick Hiesel
2019-04-18 12:29:29 +00:00
committed by Gerrit Code Review

View File

@@ -36,7 +36,7 @@
{if $email.changeUrl}
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemscope itemprop="action" itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="{$email.changeUrl |blessStringAsTrustedResourceUrlForLegacy}"/>
<link itemprop="url" href="{$email.changeUrl}"/>
<meta itemprop="name" content="View Change"/>
</div>
</div>