From b4fb614d530498fc3dd4d7ccee2a91fea517c6dc Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 26 Dec 2008 18:44:24 -0500 Subject: Fixed some more HTML validation errors --- includes/bbcode.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes') diff --git a/includes/bbcode.php b/includes/bbcode.php index c381f3c..5e29038 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -35,8 +35,8 @@ class BBCode $this->bbcodes['u'] = '{CONTENT}'; $this->bbcodes['url'] = '{CONTENT}'; $this->bbcodes2['url'] = '{CONTENT}'; - $this->bbcodes['img'] = ''; - $this->bbcodes2['img'] = '{PARAM}'; + $this->bbcodes['img'] = '{CONTENT}'; + $this->bbcodes2['img'] = '{PARAM}'; $this->bbcodes['big'] = '{CONTENT}'; $this->bbcodes['small'] = '{CONTENT}'; $this->bbcodes['ul'] = ''; @@ -51,8 +51,8 @@ class BBCode $this->bbcodes2['bquote'] = '

{CONTENT}
{PARAM}
'; $this->bbcodes2['abbr'] = '{CONTENT}'; $this->bbcodes['hidden'] = '{CONTENT}'; - $this->bbcodes['thumb'] = ''; - $this->bbcodes['thumb2'] = ''; + $this->bbcodes['thumb'] = '{CONTENT}'; + $this->bbcodes['thumb2'] = '{CONTENT}'; $this->init = true; } -- cgit 1.4.1