Pārlūkot izejas kodu

Bugfix: allow Markdown to work in parameter descriptions from annotations

shalvah 5 gadi atpakaļ
vecāks
revīzija
72c54dc9bf
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      resources/views/components/field-details.blade.php

+ 2 - 2
resources/views/components/field-details.blade.php

@@ -1,6 +1,6 @@
-<p>
+
     <code><b>{{ $name }}</b></code>&nbsp; @if($type)<small>{{ $type }}</small>@endif @if(!$required)
         <i>optional</i>@endif
     <br>
     {!! $description !!}
-</p>
+