mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-01 02:55:09 +00:00
There were a couple issues here: 1. The line feed should only be appended once, rather than one per string. 2. The new_strings list of strings was unused (we were creating the new list, then passing the old list to Document.write).