try leaving out the very last }
I may have added in an extra one...and make sure you do not remove anything other than what it needs removed
<span class="smallText">[' . $review->fields['products_model'] . ']</span>'; < --- this is the culprit
<span class="smallText">[' . $review->fields']</span>'; <---should look like this so remove the text in red


Reply With Quote
