summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test27.html
blob: b9c16cbd668432dd7a8ec0a6199afc22c22b7129 (plain)
1
2
3
4
5
<p i18n:translate="verify">Your contact email address is recorded as
    <a href="mailto:user@example.com"
       tal:content="request/submitter"
       i18n:name="email">user@host.com</a>
</p>