We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31d0378 + c104cb2 commit 753451fCopy full SHA for 753451f
public/main/inc/lib/tracking.lib.php
@@ -2011,7 +2011,7 @@ public static function get_last_connection_date(
2011
//If the last connection is > than 7 days, the text is red
2012
//345600 = 7 days in seconds
2013
if ($currentTimestamp - $timestamp > 604800) {
2014
- return '<span style="color: #F00;">'.api_format_date($last_login_date, DATE_FORMAT_SHORT).'</span>';
+ return '<em style="color: #F00;">'.api_format_date($last_login_date, DATE_FORMAT_SHORT).'</em>';
2015
} else {
2016
return api_format_date($last_login_date, DATE_FORMAT_SHORT);
2017
}
0 commit comments