From: Anthony Talarico Date: Thu, 27 Apr 2017 18:38:37 +0000 (-0400) Subject: adding styles to the pdf html output X-Git-Tag: v1.0.17^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=049e2f15d0e854d1a7f2267b011255e4f508c70b;p=WP-Themes%2Fmackinacbridge.git adding styles to the pdf html output adding margin to the new discounted total field being displayed in the generated pdf --- diff --git a/functions.php b/functions.php index 9aa68cc..4db978d 100644 --- a/functions.php +++ b/functions.php @@ -397,7 +397,7 @@ function change_post_content( $form ) { } add_action( 'gfpdf_post_html_fields', function( $entry, $config ) { if($entry['form_id'] === '2'){ - echo "
DISCOUNTED TOTAL: " . $entry['20'] . "
"; + echo "
DISCOUNTED TOTAL: " . $entry['20'] . "
"; }