diff options
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/email/bugmail.html.tmpl | 8 |
2 files changed, 7 insertions, 7 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> diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 04a79debf..8b567b691 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -23,7 +23,7 @@ [% isnew = bug.lastdiffed ? 0 : 1 %] <html> <head> - <base href="[% urlbase FILTER html %]" /> + <base href="[% urlbase FILTER html %]"> </head> <body> [% PROCESS generate_diffs %] @@ -75,10 +75,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> </html> |