From 9efe4feaf5e19e51a18a229a6db36c5508e9faea Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 5 Dec 2010 08:58:46 -0500 Subject: Added li= bbcode (allows you to set the number of the item) --- includes/bbcode.php | 1 + 1 file changed, 1 insertion(+) 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 $this->bbcodes['ul'] = ''; $this->bbcodes['ol'] = '
    {CONTENT}
'; $this->bbcodes['li'] = '
  • {CONTENT}
  • '; + $this->bbcodes2['li'] = '
  • {CONTENT}
  • '; $this->bbcodes['code'] = '{CONTENT}'; $this->bbcodes['pre'] = '
    {CONTENT}
    '; $this->bbcodes['pref'] = '
    {CONTENT}
    '; -- cgit 1.4.1