Bug 6291 - Cart printing truncated in Firefox
Alternate fix suggested by http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/ Seems absurd that changing the top heading from an <h1> to an <h2> would fix the problem, but it does in my tests in Firefox 3.6 and 8 on Windows 7
This commit is contained in:
parent
39d401a0ce
commit
b03cb0d545
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ function tagAdded() {
|
|||
|
||||
<div id="doc" class="yui-t7">
|
||||
<div id="userbasket" class="container">
|
||||
<h1>Your Cart</h1>
|
||||
<h2>Your Cart</h2>
|
||||
|
||||
[% UNLESS ( print_basket ) %]
|
||||
<div id="toolbar">
|
||||
|
|
Loading…
Reference in a new issue