diff options
-rwxr-xr-x | httemplate/view/quotation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index aba1f0ab3..d4d79d72c 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -2,7 +2,7 @@ <& /elements/header-cust_main.html, view=>'quotations', custnum=>$quotation->custnum &> <h2>Quotation #<% $quotationnum %> % if ($quotation->quotation_description) { -(<% $quotation->quotation_description %>) +(<% $quotation->quotation_description |h %>) % } </h2> % } else { #eventually, header-prospect_main.html |