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
7eed51a8
Commit
7eed51a8
authored
Jan 08, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace [ and ] in URLs by %5B and %5D respectively to make the HTML5 validator happy
https://bugzilla.mozilla.org/show_bug.cgi?id=390955
parent
de313c7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.html.tmpl
template/en/default/index.html.tmpl
+4
-4
No files found.
template/en/default/index.html.tmpl
View file @
7eed51a8
...
...
@@ -173,13 +173,13 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
<li>
[% terms.Bugs %] reported in the
<a href="buglist.cgi?chfield=
[Bug%20creation]
&chfieldfrom=24h">last 24 hours</a>
<a href="buglist.cgi?chfield=
%5BBug%20creation%5D
&chfieldfrom=24h">last 24 hours</a>
[% title = BLOCK %][% terms.Bugs %] reported in the last 24 hours[% END %]
<a href="buglist.cgi?chfield=
[Bug%20creation]
&chfieldfrom=24h&ctype=atom&title=[% title FILTER uri %]"
<a href="buglist.cgi?chfield=
%5BBug%20creation%5D
&chfieldfrom=24h&ctype=atom&title=[% title FILTER uri %]"
class="rss"> </a>
| <a href="buglist.cgi?chfield=
[Bug%20creation]
&chfieldfrom=7d">last 7 days</a>
| <a href="buglist.cgi?chfield=
%5BBug%20creation%5D
&chfieldfrom=7d">last 7 days</a>
[% title = BLOCK %][% terms.Bugs %] reported in the last 7 days[% END %]
<a href="buglist.cgi?chfield=
[Bug%20creation]
&chfieldfrom=7d&ctype=atom&title=[% title FILTER uri %]"
<a href="buglist.cgi?chfield=
%5BBug%20creation%5D
&chfieldfrom=7d&ctype=atom&title=[% title FILTER uri %]"
class="rss"> </a>
</li>
<li>
...
...
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