Why does Category List Layout show in the wrong format in version 1.5.11?
From Joomla! Documentation
Due to an error in File: components/com_content/views/category/tmpl/default_items.php
the output on List layout is wrong.
To correct this issue change on line 68 in this file:
<tr class="sectiontableentry<?php echo ($item->odd +1 ) . $this->escape($this->params->get('pageclass_sfx')); ?>; ?>" >
to
<tr class="sectiontableentry<?php echo ($item->odd +1 ) . $this->escape($this->params->get('pageclass_sfx')); ?>" >