<br> from <br />

Hi.

ReSpec is stripping out my self-closing <br /> tags and leaving them without the trailing slash, as in the following (polyglot markup requires the closing slash).

Source:
                                                                <p>
                                                                <code>Content-type: text/html; charset=utf-8</code>
                                                                <br />
                                                                or
                                                                <br />
                                                                <code>Content-type: text/html; charset=utf-16</code>
                                                                </p>

Post-ReSpec:
                                                                <p>
                                                                <code>Content-type: text/html; charset=utf-8</code>
                                                                <br>
                                                                or
                                                                <br>
                                                                <code>Content-type: text/html; charset=utf-16</code>
                                                                </p>

Is this by design? If not, is there a place to log a bug to have this behavior changed?

Thanks,

Eliot

Received on Thursday, 9 December 2010 21:14:59 UTC