barryvdh / laravel-elfinder

elFinder bundle for Laravel
739 stars 171 forks source link

Escaping javascript tags #219

Open sharifzadesina opened 6 years ago

sharifzadesina commented 6 years ago

Hi You are escaping double-quotes characters with "{{ }}" blade syntax in filepicker page, this causes error in browser. we have to use "{!! !!}" syntax instead of "{{ }}" and only do escaping on each element not the whole string. screenshot from 2017-12-20 19-38-06 screenshot from 2017-12-20 19-38-12