summary refs log tree commit diff stats
path: root/includes/bbcode.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bbcode.php')
-rwxr-xr-xincludes/bbcode.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bbcode.php b/includes/bbcode.php index b83e403..14ba0b9 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php
@@ -43,6 +43,7 @@ class BBCode
43 $this->bbcodes['ul'] = '<ul>{CONTENT}</ul>'; 43 $this->bbcodes['ul'] = '<ul>{CONTENT}</ul>';
44 $this->bbcodes['ol'] = '<ol>{CONTENT}</ol>'; 44 $this->bbcodes['ol'] = '<ol>{CONTENT}</ol>';
45 $this->bbcodes['li'] = '<li>{CONTENT}</li>'; 45 $this->bbcodes['li'] = '<li>{CONTENT}</li>';
46 $this->bbcodes2['li'] = '<li value="{PARAM}">{CONTENT}</li>';
46 $this->bbcodes['code'] = '<code>{CONTENT}</code>'; 47 $this->bbcodes['code'] = '<code>{CONTENT}</code>';
47 $this->bbcodes['pre'] = '<pre><code>{CONTENT}</code></pre>'; 48 $this->bbcodes['pre'] = '<pre><code>{CONTENT}</code></pre>';
48 $this->bbcodes['pref'] = '<pre>{CONTENT}</pre>'; 49 $this->bbcodes['pref'] = '<pre>{CONTENT}</pre>';