diff --git a/api/etemplate.php b/api/etemplate.php index ca913b8e3b..c78823e723 100644 --- a/api/etemplate.php +++ b/api/etemplate.php @@ -300,7 +300,7 @@ function send_template() $str = preg_replace_callback('#]+)/>#', static function($matches) { - if ($matches[1] === 'date-time_today') $matches[1] = 'date-time-today'; + if ($matches[1] === '-time_today') $matches[1] = '-time-today'; return ""; }, $str);