Replace [ and ] in URLs by %5B and %5D respectively to make the HTML5 validator happy
git-svn-id: svn://10.0.0.236/trunk@265172 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
eb67538091
commit
013e0995dd
@ -1 +1 @@
|
||||
8856
|
||||
8857
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user