Skip to content
Commit b60061a7 authored by Conrad Irwin's avatar Conrad Irwin Committed by Daniel Veillard
Browse files

Visible HTML elements close the head tag

In HTML email it's common to find arbitrary fragments of HTML, the one
that triggered this change was of the form:

    <meta><font></font><div>...

Before this change the <font> tag was part of the implicit <head> that
gets created for the <meta> tag, after this change, it is part of the
 <body>, which more closely matches the behaviour of modern HTML
implementations.
parent c9a575cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment