Immobilien site 11-05-2026

This commit is contained in:
Kevin Adametz 2026-05-11 10:29:37 +02:00
parent e198d842ce
commit 6799325f71
28 changed files with 16189 additions and 809 deletions

View file

@ -26,6 +26,6 @@ class PriceHelper
$prefixStr = $prefix !== '' ? "{$prefix} " : '';
return "{$prefixStr}{$fmtAed} AED (ca. {$fmtEur} EUR / {$fmtUsd} USD)";
return "<span class=\"whitespace-nowrap\">{$prefixStr}{$fmtAed} AED</span> <span class=\"whitespace-nowrap\">(ca. {$fmtEur} EUR</span> / <span class=\"whitespace-nowrap\">{$fmtUsd} USD)</span>";
}
}