RejectedSoftware Forums

Sign up

Empty line at the begining of output.

I just start playing with vibed and I am curious why there is extra new line character before doctype element.

Re: Empty line at the begining of output.

On Sat, 20 Sep 2014 12:22:46 GMT, Daniel Kozak wrote:

I just start playing with vibed and I am curious why there is extra new line character before doctype element.

I've never noticed that until now. It was introduced when adding support for generic doctypes instead of just "!!! 5". Fixing commit: bcae73b

Re: Empty line at the begining of output.

On Sun, 21 Sep 2014 06:57:59 GMT, Sönke Ludwig wrote:

On Sat, 20 Sep 2014 12:22:46 GMT, Daniel Kozak wrote:

I just start playing with vibed and I am curious why there is extra new line character before doctype element.

I've never noticed that until now. It was introduced when adding support for generic doctypes instead of just "!!! 5". Fixing commit: bcae73b

Ok, thanks :)