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

Carriage return transormed into line break #87

Open
clementbiron opened this issue Nov 26, 2015 · 1 comment
Open

Carriage return transormed into line break #87

clementbiron opened this issue Nov 26, 2015 · 1 comment

Comments

@clementbiron
Copy link

Hi,

All my carriage return are transformed into line break after Dploy action.

Before (local) :

<div class="wild_aside_content wild_aside_content-date">
    Publié le <?php echo get_the_date(); ?><br />  
</div>

After (in ftp) :

<div class="wild_aside_content wild_aside_content-date">

    Publié le <?php echo get_the_date(); ?><br />  

</div>

Environment :
Os : Windows 8
Software : Sublime Text 3 (files indended by tabs)
Scheme : ftp

@brandon-bsaweb
Copy link

brandon-bsaweb commented Jun 10, 2016

Hello,
I encounter the same problems with the same environment.

You fix the problem?

EDIT ::

I solved by adding "word_wrap": true" in my sublime text

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

2 participants