X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.class.php;h=e5954ceea9c377a074be0210d638744331951802;hp=6a85ccda447a7bfca76307038e6612be97423ac2;hb=1990884ed4c67209cec83786bac6db810177ca06;hpb=c27cc05f7b47278202f3ef6cda4b85b09a8edbdf diff --git a/phpfspot.class.php b/phpfspot.class.php index 6a85ccd..e5954ce 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -818,7 +818,7 @@ class PHPFSPOT { for($i = 1; $i <= $last_page; $i++) { if($current_page == $i) - $style = "style=\"font-size: 125%;\""; + $style = "style=\"font-size: 125%; text-decoration: underline;\""; elseif($current_page-1 == $i || $current_page+1 == $i) $style = "style=\"font-size: 105%;\""; elseif(($current_page-5 >= $i) && ($i != 1) ||