there are 2 language strings of the internal filebrowser, which are used in JS confirm()/prompt(), which contain HTML tags. For example you can get the message:
Really delete <b>images/image.jpg</b>?
Guess, that should be fixed:
- Code: Select all
$plugin_tx['filebrowser']['confirm_delete']="Really delete %s?";
$plugin_tx['filebrowser']['prompt_rename']="Rename %s to:";
Christoph

