]> git.mxchange.org Git - friendica.git/commitdiff
added space
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Apr 2017 13:28:18 +0000 (15:28 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Apr 2017 13:28:30 +0000 (15:28 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/bbcode.php

index b955d6c790a04a8c3ba90bfa2df3a288b0e36c48..1075d84ac82738468202b182cd8e0b9b660eb3fc 100644 (file)
@@ -769,7 +769,7 @@ function bb_CleanPictureLinks($text) {
 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 text_highlight($match[2], strtolower($match[1]));
        }
        return $match[0];
 }