diff --git a/jquery.fixedheadertable.js b/jquery.fixedheadertable.js index 4e57e40..e6bee10 100644 --- a/jquery.fixedheadertable.js +++ b/jquery.fixedheadertable.js @@ -500,7 +500,7 @@ footwidth = $tfoot.find('table').innerWidth(); $tfoot.css({ 'top': settings.scrollbarOffset, - 'width': footwidth, + 'width': footwidth }); } }, @@ -702,4 +702,4 @@ }; -})(jQuery); \ No newline at end of file +})(jQuery);