Hi spilloggino
It due to your custom code in this file: /html/com_content/article/property.php
<span class="tag-label label-<?php echo $customs['rent-or-sale'] ;?>"><?php echo $customs['rent-or-sale'] ;?>"><?php echo Jtext::_('TPL_FOR').' '.$customs['rent-or-sale'] ;?>
</span>
I changed it back to default:
<span class="tag-label label-<?php echo $customs['rent-or-sale'] ;?>"><?php echo Jtext::_('TPL_FOR').' '.$customs['rent-or-sale'] ;?>
Kindly check.