diff -r d7fc25acd3f3 -r 03c7f5ec1e4c includes/functions.php --- a/includes/functions.php Sun Aug 05 15:58:50 2007 -0400 +++ b/includes/functions.php Sun Aug 05 17:10:17 2007 -0400 @@ -2058,7 +2058,12 @@ $this_page = ceil ( $start / $perpage ); // Build paginator - $begin = '
+ $pg_css = ( strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') ) ? + // IE-specific hack + 'display: block; width: 1px;': + // Other browsers + 'display: table; margin: 10px 0 0 auto;'; + $begin = '
'; $block = '';
Page:{LINK}