From 24df069082d9cf57ed6788c5e864f65f4170a83f Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 26 Jun 2002 08:05:42 +0000 Subject: [PATCH] close form tags --- httemplate/view/cust_main.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 8e76619ae..a5c735457 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -266,14 +266,14 @@ foreach my $type_pkgs ( qsearch('type_pkgs',{'typenum'=> $agent->typenum }) ) { $part_pkg->comment; } -print '
'; +print '
'; print '
'. qq!
!. qq!!. qq!Description:!. qq! Amount:!. - qq! 
!; + qq! 

!; print < -- 2.11.0