Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
592e6fda
Commit
592e6fda
authored
Mar 12, 2015
by
Ed Morley
Committed by
Byron Jones
Mar 12, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1139872: The URL in bugmail microdata has the '#' URI encoded, causing the links to break
r=glob,a=glob
parent
e3fc6a00
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
bugmail.html.tmpl
template/en/default/email/bugmail.html.tmpl
+4
-3
No files found.
template/en/default/email/bugmail.html.tmpl
View file @
592e6fda
...
@@ -65,10 +65,11 @@
...
@@ -65,10 +65,11 @@
</ul>
</ul>
<div
itemscope
itemtype=
"http://schema.org/EmailMessage"
>
<div
itemscope
itemtype=
"http://schema.org/EmailMessage"
>
<div
itemprop=
"action"
itemscope
itemtype=
"http://schema.org/ViewAction"
>
<div
itemprop=
"action"
itemscope
itemtype=
"http://schema.org/ViewAction"
>
<link
itemprop=
"url"
href=
"[% urlbase FILTER html %]show_bug.cgi?id=[% "
$
bug
.
id
$
comment_anchor
"
FILTER
uri
%]"
/>
[%# Filtering of the URL param is not required
&
would break the URL when the comment anchor is set %]
<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>
</div>
<meta
itemprop=
"description"
content=
"[% terms.Bugzilla %] [%+ terms.bug %] update notification"
/
>
<meta
itemprop=
"description"
content=
"[% terms.Bugzilla %] [%+ terms.bug %] update notification"
>
</div>
</div>
</body>
</body>
</html>
</html>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment