1
there is a problem in installer where at last page it doesn't load the lang CSS file, and only occur when installing with an other lang beside English
the fix to is
page_end.php in line 57 change newCSS to newCSSDeflt
install_tpl.php add after line 170 loadjscssfile(newCSSDeflt, 'css');