php-debugbar
php-debugbar copied to clipboard
(fix) editor ajax template links
str_replace('\\', '/', $url)fix editor links when local site replacement is windows os" "breaks html attribute on ajax template links, replaced with\' \'- on second click throws
r is already declaredon ajax template links, now javascript is encapsulated in a function rawurlencodeadded for file paths
UPDATE: I did a little research, seems like file path must be url encoded, look spatie/ignition/hooks/useEditorUrl.ts#L36 Whoops/Handler/PrettyPageHandler.php#L524-L525