From 48d8c43fd33a8546f497265c0ad2bc184bc6cf23 Mon Sep 17 00:00:00 2001 From: Rod Roark Date: Tue, 14 Jun 2016 14:05:05 -0700 Subject: [PATCH] Fix to wrap long NTE lines in results display. --- interface/orders/single_order_results.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/orders/single_order_results.inc.php b/interface/orders/single_order_results.inc.php index 199c9a347..5d77456f1 100644 --- a/interface/orders/single_order_results.inc.php +++ b/interface/orders/single_order_results.inc.php @@ -568,7 +568,7 @@ function educlick(codetype, codevalue) { echo " \n"; echo " " . ($key + 1) . "\n"; //
 tag because white space and a fixed font are often used to line things up.
-      echo "  
" . text($value) . "
\n"; + echo "
" . text($value) . "
\n"; echo " \n"; } echo "\n"; -- 2.11.4.GIT