diff --git a/index.php b/index.php index a7a5b37..bc4894d 100644 --- a/index.php +++ b/index.php @@ -177,7 +177,7 @@ final class QrCode $x = ($fullSize - $badgeWidth) / 2; $y = ($fullSize - $badgeHeight) / 2; $fontSize = min(3.2, max(2.1, ($badgeWidth - 2) / ($chars * 0.62))); - $svg .= ''; + $svg .= ''; $svg .= '' . $safeText . ''; }