fix - dimmed numbers at the beginning

This commit is contained in:
nadrad 2023-01-07 12:23:54 +01:00
parent 4e9e12d440
commit d06a279450

2
h-m-m
View file

@ -2650,7 +2650,7 @@ function display(&$mm, $force_center = false)
$line =
mb_ereg_replace
(
'\b(.\d)\. '
'\b(.?\d+)\. '
,dim_on.'\\1. '.dim_off
,$line
)