chiark / gitweb /
Use whole page with for printable tables (htmldoc is a bit odd)
[ypp-sc-tools.main.git] / yarrg / web / routetrade
index 71cdbd2152b7ba870e9cb4994e9993758f16a84d..b27850676adb2a498288c853cae53cfbf29c1dc7 100644 (file)
@@ -615,7 +615,7 @@ $addcols->({ Total => 0, DoReverse => 1, TotalSubflows => 1 }, qw(
 %
 <h2><a name="plan">Voyage trading plan</a></h2>
 
-<table rules=groups>
+<table rules=groups <% printable($m) ? 'width=100%' : '' %> >
 % my $tbody= sub {
 %      if (!printable($m)) { return '<tbody>'; }
 %#  return "<tr><td colspan=7><hr>";