diff --git a/src/pretix/static/pretixpresale/js/widget/widget.js b/src/pretix/static/pretixpresale/js/widget/widget.js index 64ba2f411..5288a10ef 100644 --- a/src/pretix/static/pretixpresale/js/widget/widget.js +++ b/src/pretix/static/pretixpresale/js/widget/widget.js @@ -362,7 +362,7 @@ Vue.component('pricebox', { } }); Vue.component('variation', { - template: ('
' + template: ('
' + '
' // Variation description @@ -411,7 +411,7 @@ Vue.component('variation', { } }); Vue.component('item', { - template: ('
' + template: ('
' + '
' // Product description @@ -517,7 +517,7 @@ Vue.component('item', { } }); Vue.component('category', { - template: ('
' + template: ('
' + '

{{ category.name }}

' + '
' + '
'