Yes. This is where the problem is and you almost got it right (but not quite).
A closing tag looks like
</description>
Note the placement of the slash. What you have is not a closing tag. So what is it?
Consider the following piece of code:
</description>Foobar</description>
Let's remove its contents:
<description></description>
This looks too verbose, so the inventors of XML decided that empty tags like that should have a shorthand which is
<description/>
The slash before the closing angle bracket means "this is a tag with no content".
So, Artisteer doesn't define a description, therefore Joomla! tries to do its best to work around that... and fails miserably.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!