V4 beta Nov-13-2017 available now

 From:  Michael Gibson
8675.76 In reply to 8675.72 
Hi Finema,

re:
> I've remove space after slash and font is ok now but Options and Help are still near Ext.scripts

Try switching the inserted script tag line in CommandBar.htm to have a closing </script> tag like this:

code:
<script type="text/javascript" src="customui/CustomInit.js"></script>


It looks like the newer parser is more strict about not allowing self-closing script tags anymore.

- Michael