diff --git a/src/frontend.template.php b/src/frontend.template.php index 074b2cd..a9e420e 100644 --- a/src/frontend.template.php +++ b/src/frontend.template.php @@ -20,11 +20,12 @@ $mailIds = array_map(function ($mail) { }, $emails); $mailIdsJoinedString = filter_var(join('|', $mailIds), FILTER_SANITIZE_SPECIAL_CHARS); -function niceDate($date){ +function niceDate($date) { + // TODO: make nicer return $date; } -?> +?> @@ -40,9 +41,9 @@ function niceDate($date){ -
- - Open random mailbox + + Open random mailbox
@@ -139,17 +141,16 @@ function niceDate($date){