From 408fa450d784a96a2a8c78fe6ca6f2131fcfccf5 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 18 Jan 2009 14:21:45 -0500 Subject: Fixed [pre] tag --- includes/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] = '
    {CONTENT}
'; $this->bbcodes['li'] = '
  • {CONTENT}
  • '; $this->bbcodes['code'] = '{CONTENT}'; - $this->bbcodes['pre'] = '

    {CONTENT}
    '; + $this->bbcodes['pre'] = '

    {CONTENT}
    '; $this->bbcodes2['blog'] = '{CONTENT}'; $this->bbcodes2['quote'] = '{CONTENT}'; $this->bbcodes['ins'] = '{CONTENT}'; -- cgit 1.4.1