diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-11 06:03:24 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-11 06:03:24 +0100 |
commit | d1a2eb853f7ae3af4f4985ddd25b4f32add7db70 (patch) | |
tree | cf785413eb8f2c3f948d718e5838e2de3eef07e0 /extensions/BMO | |
parent | beaaabe17a5a3dbc121ae84ae889ba089bea19d8 (diff) | |
download | bugzilla-d1a2eb853f7ae3af4f4985ddd25b4f32add7db70.tar.gz bugzilla-d1a2eb853f7ae3af4f4985ddd25b4f32add7db70.tar.xz |
bugmail isn't xhtml
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index f3d943d78..4d378ca2e 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -115,10 +115,10 @@ <div itemscope itemtype="http://schema.org/EmailMessage"> <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction"> [%# Filtering of the URL param is not required & would break the URL when the comment anchor is set %] - <link itemprop="url" href="[% urlbase FILTER html %]show_bug.cgi?id=[% "$bug.id$comment_anchor" FILTER none %]"/> - <meta itemprop="name" content="View [% terms.bug %]"/> + <link itemprop="url" href="[% urlbase FILTER html %]show_bug.cgi?id=[% "$bug.id$comment_anchor" FILTER none %]"> + <meta itemprop="name" content="View [% terms.bug %]"> </div> - <meta itemprop="description" content="[% terms.Bugzilla %] [%+ terms.bug %] update notification"/> + <meta itemprop="description" content="[% terms.Bugzilla %] [%+ terms.bug %] update notification"> </div> @@body-headers@@ </body> |