Ghost/core
Kevin Ansfield 4f994a1a17 🐛 fix incorrect rendering of non-closing tags (eg. <br></br>) (#8749)
closes https://github.com/TryGhost/Ghost/issues/8743

- the serializer in our mobiledoc renderer didn't have the list of non-closing HTML tags passed in which meant that tags such as `<br>` in the markdown HTML output were being re-serialized to `<br></br>` which is invalid HTML which (at least Chrome) then attempts to fix by rendering it as `<br><br>` instead
- the elements with incorrect rendering that may result in unwanted "fixing" by browsers are `AREA`, `BASE`, `BR`, `COL`, `COMMAND`, `EMBED`, `HR`, `IMG`, `INPUT`, `KEYGEN`, `LINK`, `META`, `PARAM`, `SOURCE`, `TRACK`, and `WBR`
2017-07-25 15:50:33 +04:00
..
client@c18d97e912 Updated Ghost-Admin to 1.0.0 2017-07-22 19:55:42 +01:00
server 🐛 fix incorrect rendering of non-closing tags (eg. <br></br>) (#8749) 2017-07-25 15:50:33 +04:00
test 🐛 be able to serve locked users (#8711) 2017-07-20 12:45:13 +01:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00