Kodi Community Forum

Full Version: small bug in recent versions of Confluence
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@ronie/Hitcher When you get a chance the following typo in "includes.xml" needs to be fixed for Confluence v3.0.18
Code:
<include content="CommonWindowHeader">
should be
Code:
<include name="CommonWindowHeader">
Cheers
Fixed, thanks.