.text-tile-date added to date

This commit is contained in:
z-eos 2020-11-12 20:35:53 +02:00
parent 9664185118
commit e9b90fa6d7
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ EOF
print(" <td class='td-title' ><b>&nbsp;&nbsp;last&nbsp;$twhen&nbsp;&nbsp;</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");
}
}