]> _ Git - physioassist-wordpress.git/commitdiff
Fix #3556 @0.5
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 6 Apr 2020 09:51:50 +0000 (09:51 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 6 Apr 2020 09:51:50 +0000 (09:51 +0000)
wp-content/themes/physioassist/resources/views/widgets/modal-list.blade.php

index 76afe2b525bbbfba4a6f04c5cff2720acb0a2e34..6b90de4ce0ea8aac33727b42a2e1af436da60393 100644 (file)
         @endphp
 
         <li class="modal-list-item">
+          <a href="#{{ $lightbox_ID }}" data-lity>@svg('arrow') {{ $item['title'] }}</a>
 
-          <a href="#{{ $lightbox_ID }}" data-lity>
-
-            @svg('arrow') {{ $item['title'] }}
-
-            {{-- Lightbox Content --}}
-            <div id="{{ $lightbox_ID }}" class="lity-hide modal-list-lightbox">
-
-              <h3 class="modal-list-title">{{ $item['title'] }}</h3>
-
-              <div class="modal-list-body">
-                {!! $item['body'] !!}
-              </div>
-
+          {{-- Lightbox Content --}}
+          <div id="{{ $lightbox_ID }}" class="lity-hide modal-list-lightbox">
+            <h3 class="modal-list-title">{{ $item['title'] }}</h3>
+            <div class="modal-list-body">
+              {!! $item['body'] !!}
             </div>
-
-          </a>  {{-- .modal-list-item --}}
-
+          </div>
         </li>
+
       @endforeach
     </ul>
   @endforeach