From ad201fd4f24d60fe5bb30da9e596dcb162608300 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 12 Jul 2018 09:57:29 -0400 Subject: [PATCH] Fix syntax error in bro_editor --- bureau/admin/bro_editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/admin/bro_editor.php b/bureau/admin/bro_editor.php index 558a4517..e07e7133 100755 --- a/bureau/admin/bro_editor.php +++ b/bureau/admin/bro_editor.php @@ -76,7 +76,7 @@ if (isset($save) && $save) { } $addhead['css'][]=''; -$addhead['js'][]='' +$addhead['js'][]=''; include_once("head.php"); ?>