From 3e857c16f6b4dc7495f565f8badd32ea70979f7a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 14 Oct 2024 01:06:31 +0200 Subject: [PATCH] functions.php: load image from the root in handle_dice_roll_markup. --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index bca8d1d1..d9fea0a5 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2819,7 +2819,7 @@ function handle_dice_roll_markup(array $matches, ?string $img_path): string { if ($img_path === null) { $fmt = "$text $res"; } else { - $fmt = "$text $res"; + $fmt = "$text $res"; } if (empty($acc)) { $acc = $fmt;