diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-08 23:46:52 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-08 23:46:52 +0100 |
commit | 7eed51a8872b1c11af3288f55be7609ed58c523a (patch) | |
tree | e416a41a3a67019c8cc6ede55d79c639818090bf | |
parent | de313c7a491d415403698afc7d561143aa0b3a4b (diff) | |
download | bugzilla-7eed51a8872b1c11af3288f55be7609ed58c523a.tar.gz bugzilla-7eed51a8872b1c11af3288f55be7609ed58c523a.tar.xz |
Replace [ and ] in URLs by %5B and %5D respectively to make the HTML5 validator happy
https://bugzilla.mozilla.org/show_bug.cgi?id=390955
-rw-r--r-- | template/en/default/index.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index d165abfd8..a463d1342 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -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> |