Forráskód Böngészése

fix escaping of upload button label

Paweł Bukowski 4 éve
szülő
commit
40d331b041
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      resources/views/form/file.blade.php

+ 1 - 1
resources/views/form/file.blade.php

@@ -68,7 +68,7 @@
             pick: {
                 id: $this.find('.file-picker'),
                 name: '_file_',
-                label: '<i class="feather icon-folder"></i>&nbsp; {!! trans('admin.uploader.add_new_media') !!}'
+                label: '<i class="feather icon-folder"><\/i>&nbsp; {!! trans('admin.uploader.add_new_media') !!}'
             },
             dnd: $this.find('.dnd-area'),
             paste: $this.find('.web-uploader')