diff options
Diffstat (limited to 'includes/bbcode.php')
-rwxr-xr-x | includes/bbcode.php | 1 |
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>'; |