Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploaded files have added empty lines #240

Open
pear1 opened this issue Sep 19, 2016 · 0 comments
Open

Uploaded files have added empty lines #240

pear1 opened this issue Sep 19, 2016 · 0 comments

Comments

@pear1
Copy link

pear1 commented Sep 19, 2016

Hi there,

Not sure if this issue due to this plugin or not, but after uploading file thought this plugin there are new empty lines added after every code line.

For example I upload this code:

<!DOCTYPE html>
<html>
<head>
    <title>Test</title>
</head>
<body>

<p>Test message</p>

</body>
</html>

but after if I download these files from Filezilla it shows:

<!DOCTYPE html>

<html>

<head>

    <title>Test</title>

</head>

<body>



<p>Test message</p>



</body>

</html>

I am using Sublime text 3114 and your latest plugin version available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant