dploy
dploy copied to clipboard
Carriage return transormed into line break
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
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