From 1687d63199a9d3e137252b13286306e23d105586 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 24 Jul 2007 14:28:57 +0000 Subject: [PATCH] Really minor, technically it's not a bug. Just looks odd. #13767 git-svn-id: file:///svn/phpbb/trunk@7935 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/template/forum_fn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index e9754aeae2..dd6c9b2aa1 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -229,7 +229,7 @@ function play_qt_file(obj) if (rectangle) { - rectangle = rectangle.split(',') + rectangle = rectangle.split(','); var x1 = parseInt(rectangle[0]); var x2 = parseInt(rectangle[2]); var y1 = parseInt(rectangle[1]);