summary refs log tree commit diff stats
path: root/pages/quotes.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/quotes.php')
-rwxr-xr-xpages/quotes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/quotes.php b/pages/quotes.php index d957722..6db3cb0 100755 --- a/pages/quotes.php +++ b/pages/quotes.php
@@ -158,7 +158,7 @@ function quote_generation($query, $origin, $page = 1, $quote_limit = 50, $page_l
158 { 158 {
159 $template->adds_block('QUOTES',array( 'NUMBER' => $getquotes3[$i]['id'], 159 $template->adds_block('QUOTES',array( 'NUMBER' => $getquotes3[$i]['id'],
160 'RATING' => $getquotes3[$i]['rating'], 160 'RATING' => $getquotes3[$i]['rating'],
161 'QUOTE' => parseSmilies(nl2br(stripslashes($getquotes3[$i]['quote']))))); 161 'QUOTE' => parseSmilies(str_replace("\n","<BR>",stripslashes($getquotes3[$i]['quote'])))));
162 162
163 $i++; 163 $i++;
164 } 164 }