From e7d6066f936e7294651b52ff27f51145c7c73d02 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 23 May 2010 10:42:39 -0400 Subject: Added fallthrough for [audio] in JavaScript-less environment --- 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 67f5eda..d864f6b 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -58,7 +58,7 @@ class BBCode $this->bbcodes['thumb2'] = 'Image'; $this->bbcodes['project'] = '{CONTENT}'; $this->bbcodes['hr'] = '
'; - $this->bbcodes2['audio'] = '

{CONTENT}

'; + $this->bbcodes2['audio'] = '

Click to download: {CONTENT}

'; $this->init = true; } -- cgit 1.4.1