Changeset 589 for trunk/inc/html.php


Ignore:
Timestamp:
May 18, 2009, 9:01:38 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Stránka Top hráči poopravena.
  • Přidáno: Datum založení serveru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/html.php

    r583 r589  
    269269      if($offset < $pocet)
    270270      {
    271         echo('<a href="'.$_SERVER['PHP_SELF'].($offset + $limit < $pocet ? '?offset='.($offset + $limit) : '').'"><-- novější</a>\n &nbsp;');
     271        echo('<a href="'.$_SERVER['PHP_SELF'].($offset + $limit < $pocet ? '?offset='.($offset + $limit) : '').'"><-- novější</a> &nbsp;');
    272272      }
    273273      if($offset > $limit)
Note: See TracChangeset for help on using the changeset viewer.