diff options
Diffstat (limited to 'include/functions.php')
-rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 981cabc..d99f9c8 100644 --- a/include/functions.php +++ b/include/functions.php @@ -922,7 +922,7 @@ function display_table () echo " <br />\n"; echo " <span title=\"local time: ".date("Y-m-d H:i:s",$timenow). " ". "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">". - "<img src=\"pics/button/time-info.png\" class=\"button\" alt-\"time info\" />". + "<img src=\"pics/button/time-info.png\" class=\"tinybutton\" alt=\"time info\" />". "</span>\n"; echo " </div>\n"; |