Kodi Community Forum
v17 small bug in recent versions of Confluence - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: v17 small bug in recent versions of Confluence (/showthread.php?tid=278881)



small bug in recent versions of Confluence - Mudislander - 2016-06-07

@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


RE: small bug in recent versions of Confluence - Hitcher - 2016-06-07

Fixed, thanks.