summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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>';