summary refs log tree commit diff stats
path: root/includes/bbcode.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-01-18 14:21:45 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-01-18 14:21:45 -0500
commit408fa450d784a96a2a8c78fe6ca6f2131fcfccf5 (patch)
tree6a6220e623fb221055b25f69b0912a0a4b3b8b09 /includes/bbcode.php
parent03c923aa9a68e2a321ba0d5c1b6a9a566d384916 (diff)
downloadfourisland-408fa450d784a96a2a8c78fe6ca6f2131fcfccf5.tar.gz
fourisland-408fa450d784a96a2a8c78fe6ca6f2131fcfccf5.tar.bz2
fourisland-408fa450d784a96a2a8c78fe6ca6f2131fcfccf5.zip
Fixed [pre] tag
Diffstat (limited to 'includes/bbcode.php')
-rwxr-xr-xincludes/bbcode.php2
1 files changed, 1 insertions, 1 deletions
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
43 $this->bbcodes['ol'] = '<OL>{CONTENT}</OL>'; 43 $this->bbcodes['ol'] = '<OL>{CONTENT}</OL>';
44 $this->bbcodes['li'] = '<LI>{CONTENT}</LI>'; 44 $this->bbcodes['li'] = '<LI>{CONTENT}</LI>';
45 $this->bbcodes['code'] = '<CODE>{CONTENT}</CODE>'; 45 $this->bbcodes['code'] = '<CODE>{CONTENT}</CODE>';
46 $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>'; 46 $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>';
47 $this->bbcodes2['blog'] = '<A HREF="/blog/{PARAM}/">{CONTENT}</A>'; 47 $this->bbcodes2['blog'] = '<A HREF="/blog/{PARAM}/">{CONTENT}</A>';
48 $this->bbcodes2['quote'] = '<A HREF="/quotes/{PARAM}.php">{CONTENT}</A>'; 48 $this->bbcodes2['quote'] = '<A HREF="/quotes/{PARAM}.php">{CONTENT}</A>';
49 $this->bbcodes['ins'] = '<INS>{CONTENT}</INS>'; 49 $this->bbcodes['ins'] = '<INS>{CONTENT}</INS>';