aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-07-24 14:28:57 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-07-24 14:28:57 +0000
commit1687d63199a9d3e137252b13286306e23d105586 (patch)
tree4e1fd2754abb6b66ffaa0d8ac986801383f6b7b7 /phpBB/styles/prosilver
parent690d2996ea040c7b0df24b4d091108476094bebc (diff)
downloadforums-1687d63199a9d3e137252b13286306e23d105586.tar
forums-1687d63199a9d3e137252b13286306e23d105586.tar.gz
forums-1687d63199a9d3e137252b13286306e23d105586.tar.bz2
forums-1687d63199a9d3e137252b13286306e23d105586.tar.xz
forums-1687d63199a9d3e137252b13286306e23d105586.zip
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
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/forum_fn.js2
1 files changed, 1 insertions, 1 deletions
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]);