Przeglądaj źródła

removed extra fullstop

= 3 lat temu
rodzic
commit
031dddee8c

+ 1 - 1
resources/views/app/patient/segment-templates/how_to_smbp/edit.blade.php

@@ -69,7 +69,7 @@ if (!!@$point->data) {
             <div class="ml-3 mb-1">
                 <label class="mb-1 d-flex align-items-center">
                     <input type="checkbox" data-name="{{$item}}" {{@($contentData[$item] ? 'checked' : '')}} class="mr-2">
-                    <span class="ml-2">{{$item}}</strong>.</span>
+                    <span class="ml-2">{{$item}}</strong></span>
                 </label>
             </div>
             @endforeach

+ 1 - 1
resources/views/app/patient/segment-templates/how_to_smbp/summary.blade.php

@@ -70,7 +70,7 @@ if (!!@$point->data) {
             <div class="ml-1 mb-1">
                 <label class="mb-1 d-flex align-items-center">
                     <input readonly type="checkbox" data-name="{{$item}}" {{@($contentData[$item] ? 'checked' : '')}} class="mr-2">
-                    <span class="ml-2">{{$item}}</strong>.</span>
+                    <span class="ml-2">{{$item}}</strong></span>
                 </label>
             </div>
             @endforeach