Bug 1582573 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The change to two space indent with the Prettier formatting in calendar code left the indentation of the XUL strings passed to `parseXULToFragment` for custom elements in a messy state.  Let's clean them up.
The change to two space indent with the Prettier formatting in calendar code left the indentation of the XUL strings passed to `parseXULToFragment` for custom elements in a messy state.  Let's clean them up.

Edit: the indentation of XUL strings in non-calendar custom elements is also off, due to wrapping custom elements in curly brackets and Prettier formatting.  Lets use this bug for fixing these too.

Back to Bug 1582573 Comment 0