Difference between revisions of "Too much spacing in detail pages"

From JReviews Documentation
Jump to: navigation, search
Line 6: Line 6:
 
</source>
 
</source>
  
with:
 
  
 +
with:
  
 
<source lang="php">
 
<source lang="php">

Revision as of 10:39, 17 June 2011

Edit the /components/com_jreviews/jreviews/views/themes/{your_theme}/listings/detail.thtml file and replace:


<?php echo nl2br($listing['Listing']['text']);?>


with:

<?php echo $listing['Listing']['text'];?>