From 6439d2d4ade4e0ae8695cae85b8b96c06a4dde7c Mon Sep 17 00:00:00 2001 From: Ludovic CANDELLIER Date: Wed, 24 Nov 2021 15:56:02 +0100 Subject: [PATCH] fix on server --- .../Admin/Shop/Articles/partials/product/description.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/Admin/Shop/Articles/partials/product/description.blade.php b/resources/views/Admin/Shop/Articles/partials/product/description.blade.php index 4781ba20..ad70ca96 100644 --- a/resources/views/Admin/Shop/Articles/partials/product/description.blade.php +++ b/resources/views/Admin/Shop/Articles/partials/product/description.blade.php @@ -7,7 +7,7 @@ @if ($inherited['tags'])
Tags
@foreach ($inherited['tags'] as $tag) - + @endforeach @endif @endcomponent