From dee793fec282c7f06eab867026719680ff09cd41 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 14 Dec 2018 09:48:36 -0500 Subject: [PATCH] Update for how the list prints Set html and body to height auto. --- views/front/itinerary/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/itinerary/list.html b/views/front/itinerary/list.html index f03d992..54e2838 100644 --- a/views/front/itinerary/list.html +++ b/views/front/itinerary/list.html @@ -178,7 +178,7 @@ popTitle: 'Trip Planner List', // popup window title element popClose: true, // popup window close after printing extraCss: '', // Comma separated list of extra css to include - extraHead: '', // Comma separated list of extra elements to be appended to head tag + extraHead: '', // Comma separated list of extra elements to be appended to head tag strict: false // strict or looseTransitional html 4.01 document standard or undefined to not include at all only for popup option }); }); -- 2.17.1