From a2d67b20d2d6b8853f932fee89e61778601e9af5 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 18 Oct 2007 19:08:17 +0000 Subject: [PATCH] different spacing to 1.9 corrected. --- theme/custom_corners/js/jquery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/custom_corners/js/jquery.php b/theme/custom_corners/js/jquery.php index 90533cc547..613ea1ede3 100644 --- a/theme/custom_corners/js/jquery.php +++ b/theme/custom_corners/js/jquery.php @@ -7,7 +7,7 @@ if (top.user) { top.document.getElementsByTagName('frameset')[0].rows = "117,30%,0,200"; } - + // correct some Safari 2 (webkit 419.3) rtl rendering issues if($.browser.version == '419.3') { if ($('body.dir-rtl').length) { -- 2.39.5