From 23b3667978bb9177c8ffb6877904e117a18693fa Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 29 Apr 2014 16:24:51 +0200 Subject: [ticket/12456] Add , after the last array element PHPBB3-12456 --- phpBB/language/en/help_bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/language/en/help_bbcode.php') diff --git a/phpBB/language/en/help_bbcode.php b/phpBB/language/en/help_bbcode.php index d627ac3908..61263752b2 100644 --- a/phpBB/language/en/help_bbcode.php +++ b/phpBB/language/en/help_bbcode.php @@ -109,5 +109,5 @@ $help = array( array( 0 => 'Can I add my own tags?', 1 => 'If you are an administrator on this board and have the proper permissions, you can add further BBCodes through the Custom BBCodes section.' - ) + ), ); -- cgit v1.2.1