From 408fa450d784a96a2a8c78fe6ca6f2131fcfccf5 Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
Date: Sun, 18 Jan 2009 14:21:45 -0500
Subject: Fixed [pre] tag

---
 includes/bbcode.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'includes')

diff --git a/includes/bbcode.php b/includes/bbcode.php
index 46c2562..af0b1a4 100755
--- a/includes/bbcode.php
+++ b/includes/bbcode.php
@@ -43,7 +43,7 @@ class BBCode
 		$this->bbcodes['ol'] = '<OL>{CONTENT}</OL>';
 		$this->bbcodes['li'] = '<LI>{CONTENT}</LI>';
 		$this->bbcodes['code'] = '<CODE>{CONTENT}</CODE>';
-		$this->bbcodes['pre'] = '<P><DIV CLASS="autosize"><DIV CLASS="bubble"><DIV CLASS="bquote"><BLOCKQUOTE><DIV><PRE>{CONTENT}</PRE></DIV></BLOCKQUOTE></DIV></DIV></DIV><DIV CLASS="cleardiv"></DIV>';
+		$this->bbcodes['pre'] = '<P><DIV CLASS="autosize"><DIV CLASS="bubble"><DIV CLASS="bquote"><BLOCKQUOTE><DIV><CODE>{CONTENT}</CODE></DIV></BLOCKQUOTE></DIV></DIV></DIV><DIV CLASS="cleardiv"></DIV>';
 		$this->bbcodes2['blog'] = '<A HREF="/blog/{PARAM}/">{CONTENT}</A>';
 		$this->bbcodes2['quote'] = '<A HREF="/quotes/{PARAM}.php">{CONTENT}</A>';
 		$this->bbcodes['ins'] = '<INS>{CONTENT}</INS>';
-- 
cgit 1.4.1