Opened 18 years ago
Closed 18 years ago
#330 closed Bug (fixed)
Inconsistent newlines
Reported by: | mschering | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
Component: | General | Version: | FCKeditor 2.4.1 |
Keywords: | Confirmed | Cc: |
Description
The js files in the folder editor/js/*.js have inconsistant newlines. Sometimes unix style sometimes windows style. I did a dos2unix on all of them otherwise my subversion repository doesn't accept them:
svn: Commit failed (details follow): svn: File '/var/www/community/www/controls/FCKeditor/editor/js/fckeditorcode_gecko.js' has inconsistent newlines svn: Inconsistent line ending style
Change History (2)
comment:1 Changed 18 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → FCKeditor 2.4.3 |
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [337].
Click here for more info about our SVN system.
Confirmed.
This is a bug in the packager. We must use CRLF to standardize, or even make it configurable.