responsivezc:
I can see the problem at
http://www.frhair.com/index.php?main_page=product_reviews&products_id=156&cPath=6_20
I think the file you must edit to fix the issue is:
/includes/templates/cherry_zen/templates/tpl_product_reviews_default.php
There is an extra > you should remove.
I see it now.
Unfortunately it hasn't helped me a great deal.
However, I did note that the extraneous text is only output from this part of the code (I've highlighted the extra chars)
<script language="javascript" type="text/javascript"><!-- document.write('<a href="bmz_cache/a/a7251c4cf689d0da6bc4ab7cb4fc4cb3.image.570x570.jpg" rel="lightbox-g" title="3pcs/lot Natural Color Brazilian Virgin Hair Extensions Silky Straight<br /><span class=\"smallText\">[HE156]</span>[B]">[/B]<img src="bmz_cache/6/65ffaa717ad390b9b8be3a7fb6f4dba6.image.200x200.jpg" alt="3pcs/lot Natural Color Brazilian Virgin Hair Extensions Silky Straight [HE156]" title=" 3pcs/lot Natural Color Brazilian Virgin Hair Extensions Silky Straight [HE156] " width="200" height="200" /><br /><span class="imgLink"></span></a>'); //--></script>
But it doesn't appear a few lines further down in
<h1 id="productReviewsDefaultHeading">3pcs/lot Natural Color Brazilian Virgin Hair Extensions Silky Straight<br /><span class="smallText">[HE156]</span></h1>
So this is suggesting to me that the problem is most likely to be related to the Image handler addon rather than the product reviews template file. However, I don't rule this out as a possibility.
To the OP.... You may be able to use the 'Developers Toolkit' and perform a search for:
</span>"><img
(exactly like that), and if you are VERY LUCKY you'll only get one result, and that will be in the file you'll need to edit.
If this doesn't produce any result, try a search for shorter variants of this text. eg
</span>">
or
"><img
Just be aware that the less specific this search term, the more results you are likely to see, and you'll need to manually identify the one you want.
Don't waste time doing a search for just '</span>' 'cos they'll be dozens of those in almost every file.
Cheers
Rod