From 9d57380c9a2f58905c295cd47186f3d733d36eef Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 12 May 2026 09:34:17 +0200 Subject: [PATCH] Widget: fix missing whitespace in PriceBox --- .../static/pretixpresale/widget/src/components/PriceBox.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pretix/static/pretixpresale/widget/src/components/PriceBox.vue b/src/pretix/static/pretixpresale/widget/src/components/PriceBox.vue index a89750f85..3ce01162c 100644 --- a/src/pretix/static/pretixpresale/widget/src/components/PriceBox.vue +++ b/src/pretix/static/pretixpresale/widget/src/components/PriceBox.vue @@ -93,11 +93,11 @@ const showTaxline = computed(() => props.price.rate !== '0.00' && props.price.gr span(v-if="!freePrice && !originalPrice", v-html="priceline") span(v-if="!freePrice && originalPrice") del.pretix-widget-pricebox-original-price(:aria-label="originalPriceAriaLabel", v-html="originalLine") - | + |!{' '} ins.pretix-widget-pricebox-new-price(:aria-label="newPriceAriaLabel", v-html="priceline") div(v-if="freePrice") span.pretix-widget-pricebox-currency(:id="priceBoxId") {{ store.currency }} - | + |!{' '} input.pretix-widget-pricebox-price-input( type="number", placeholder="0",