Joomla 5.1.1 package,
the file media/com_media/js/media-manager.js
has mixed line endings inside the file.
See https://developer.joomla.org/coding-standards/basic-guidelines.html
Several options:
You can either view the the line endings <LF>, <CR><LF> with cat -e media-manager.js
Or with dos2unix -n media-manager.js media-manager-lf.js
diff -uN media-manager.js media-manager-lf.js > diff.txt
Be Unix formatted. Lines must end only with a line feed (LF).
Mixed line endings.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Title |
|
I've seen, the inside mixing up with different line endings sources from npm installation of vuex-persist
, I already put an issue to championswimmer/vuex-persist#269
Maybe we can remove line endings CRLF to LF during npm installation of external modules... I will investigate to look about it.
see above
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-06-02 09:12:17 |
Closed_By | ⇒ | tkuschel |
Also the same issue in Joomla 5.2.0-alpha1-Alpha-Full_Package.zip