From bc5f73e6c32cebd2add7a36173404208e7140af3 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 15 Jun 2016 20:51:55 -0700 Subject: provide a default for undefined languages --- include/bbcode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index 82fa33527..b720355af 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -495,6 +495,7 @@ function bb_highlight($match) { if(in_array(strtolower($match[1]),['php','css','mysql','sql','abap','diff','html','perl','ruby', 'vbscript','avrc','dtd','java','xml','cpp','python','javascript','js','sh'])) return text_highlight($match[2],strtolower($match[1])); + return $match[0]; } -- cgit v1.2.3