Kodi Community Forum

Full Version: CloseTag when no items found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have noticed that the CloseTag is shown even if there is no items to display. i get this response when i got no items to show.

"<html>
</li></html>"

Is this a but or is there a way to get rid of the stray CloseTag?
It was just me. I had the CloseFinalTag set to true.
Simular problem now. I get a closing tag right after <html> before all items.

"<html>
</li><li>Item 1</li><li>Item 2</li></html>"