From c895d2f41b0737f8a2799d36beca087e6b642f05 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 17 Dec 2008 21:00:03 -0500 Subject: Added an emoticon parsing system I decided that, because I use the :) emoticon so often, I might as well replace it with an actual image. I've added a Smiley parsing system to complement the BBCode parsing one. --- includes/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/bbcode.php') diff --git a/includes/bbcode.php b/includes/bbcode.php index 42ff8d0..3cae84c 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -50,7 +50,7 @@ class BBCode $this->bbcodes['bquote'] = '

{CONTENT}
Anonymous
'; $this->bbcodes2['bquote'] = '

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