jqh 5 vuotta sitten
vanhempi
commit
460ce09cb1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Show/Field.php

+ 1 - 1
src/Show/Field.php

@@ -460,7 +460,7 @@ HTML;
     {
         $name = $this->name;
 
-        return $this->as(function ($value) use ($view, $name) {
+        return $this->unescape()->as(function ($value) use ($view, $name) {
             $model = $this;
 
             return view($view, compact('model', 'value', 'name'))->render();