Login

Login

Need to register? Lost password?

Options

Advertisements

Advertisements

 

Extra space in navigation links

Bug Reports

Minitokyo » Forum » Minitokyo Fora » Bug Reports  Extra space in navigation links

page 1 of 1

All of the page navigation links (for page 1,2,3,4,>>,>|, etc.) have an extra space at the end of the URL. This is not a problem unless your browser processes the page and corrects problems such as URLs with spaces instead of %20. This has the effect of making it change links from "page=2 " to "page=2%20", which do not work.

Example code:

Code:

<div class="outer"><div class="inner"><a href="http://forum.minitokyo.net/4/bug-reports/?page=12 ">&raquo;|</a></div></div>
<div class="outer"><div class="inner"><a href="http://forum.minitokyo.net/4/bug-reports/?page=9 ">&raquo;&raquo;</a></div></div>
<div class="outer"><div class="inner"><a href="http://forum.minitokyo.net/4/bug-reports/?page=2 ">&raquo;</a></div></div>
<div class="outer"><div class="inner"><a href="http://forum.minitokyo.net/4/bug-reports/?page=5 ">5</a></div></div>
<div class="outer"><div class="inner"><a href="http://forum.minitokyo.net/4/bug-reports/?page=4 ">4</a></div></div>
<div class="outer"><div class="inner"><a href="http://forum.minitokyo.net/4/bug-reports/?page=3 ">3</a></div></div>
<div class="outer"><div class="inner"><a href="http://forum.minitokyo.net/4/bug-reports/?page=2 ">2</a></div></div>

I know this isn't a bad problem, but it is annoying and should be an easy fix.

page 1 of 1

Only members can post replies, please register.