mirror of https://github.com/mikaku/Monitorix.git
.text-tile-date added to date
This commit is contained in:
parent
9664185118
commit
e9b90fa6d7
|
@ -537,7 +537,7 @@ EOF
|
|||
print(" <td class='td-title' ><b> last $twhen </b></td>\n");
|
||||
print(" </tr>\n");
|
||||
print(" </table>\n");
|
||||
print encode('utf-8', " <h4 class='text-title'>" . strftime("%a %b %e %H:%M:%S %Z %Y", localtime) . "</h4>\n");
|
||||
print encode('utf-8', " <h4 class='text-title-date'>" . strftime("%a %b %e %H:%M:%S %Z %Y", localtime) . "</h4>\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue