Too much spacing in detail pages
From JReviews Documentation
Revision as of 10:38, 17 June 2011 by Jreviews (Talk | contribs) (Created page with "Edit the /components/com_jreviews/jreviews/views/themes/default/listings/detail.thtml file and replace: <source lang="php"> <?php echo nl2br($listing['Listing']['text']);?> </so...")
Edit the /components/com_jreviews/jreviews/views/themes/default/listings/detail.thtml file and replace:
<?php echo nl2br($listing['Listing']['text']);?>
with:
<?php echo $listing['Listing']['text'];?>