Rémi Koutchérawy
2017-07-05 15:52:49 UTC
Hi list,
With eXide save a new file "demo.html"
<div>
<div>a</div><div>b</div>
</div>
then reload it, and see that it has been indented :
<div>
<div>a</div>
<div>b</div>
</div>
That gives an unwanted space... Which causes some problems, see for example:
https://stackoverflow.com/questions/19038799/why-is-there-an-unexplainable-gap-between-these-inline-block-div-elements
Is there a way to prevent eXide from indenting the file ?
BTW I am testing exist 3.3.0 and eXide 2.4.0
https://bintray.com/existdb/releases/exist/3.3.0
https://github.com/wolfgangmm/eXide/releases
Rémi
With eXide save a new file "demo.html"
<div>
<div>a</div><div>b</div>
</div>
then reload it, and see that it has been indented :
<div>
<div>a</div>
<div>b</div>
</div>
That gives an unwanted space... Which causes some problems, see for example:
https://stackoverflow.com/questions/19038799/why-is-there-an-unexplainable-gap-between-these-inline-block-div-elements
Is there a way to prevent eXide from indenting the file ?
BTW I am testing exist 3.3.0 and eXide 2.4.0
https://bintray.com/existdb/releases/exist/3.3.0
https://github.com/wolfgangmm/eXide/releases
Rémi