'(?)' is styled like '???' now.

This commit is contained in:
nadrad 2023-07-23 16:57:17 +02:00
parent 35a6bae112
commit eb1fec66f0

10
h-m-m
View file

@ -3411,6 +3411,16 @@ function display(&$mm, $force_center = false)
)
;
// styling "(?)
$line =
str_replace
(
'(?)'
,$mm['doubt_color'].'(?)'.default_color
,$line
);
// styling "???"
$line =