Hi,
I added a page class in a menu item. The page class is "mypageclass".
Jalpha template correctly added this class after "item-page" class, but without space. It should be "item-page mypageclass", while the result is "item-pagemypageclass" as you can see below. This issue creates a lot of mess on all the templates. Please let me know how to fix it quickly, and would be useful also to have a template update on it.
This issue can be easily replicated on your template, not mine at the moment since I'm working in localhost, thanks in advance
<div class="com-content-article item-pagemypageclass" itemscope="" itemtype="https://schema.org/Article">
<meta itemprop="inLanguage" content="en-GB">
PS: this seems a template issue, not a joomla core issue: https://github.com/joomla/joomla-cms/issues/37047