Commits
- 5e4f58d: Empty multiscripts were handled correctly all the way until they checked for being "likely_adorned_chem_formula". That assumed that the caller had verified that they had a script element. In this case, it turned into an empty text element and the code checked for children being present. Fixed by checking to make sure it was a script element. Fixes #485. (nsoiffer)