diff options
Diffstat (limited to 'src/support.js')
-rw-r--r-- | src/support.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support.js b/src/support.js index 882b84a2f..ec639348c 100644 --- a/src/support.js +++ b/src/support.js @@ -184,7 +184,7 @@ jQuery.support = (function() { support.shrinkWrapBlocks = ( div.offsetWidth !== 2 ); } - div.innerHTML = "<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>"; + div.innerHTML = "<table><tr><td style='padding:0;border:0;display:none'></td><td> </td></tr></table>"; tds = div.getElementsByTagName( "td" ); // Check if table cells still have offsetWidth/Height when they are set |