summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttemplate/view/quotation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html
index 4769934d9..0e3e8b3c6 100755
--- a/httemplate/view/quotation.html
+++ b/httemplate/view/quotation.html
@@ -11,7 +11,7 @@ function areyousure(href, message) {
% if ( $quotation->custnum ) {
<h2>Quotation #<% $quotationnum %>
% if ($quotation->quotation_description) {
- (<% $quotation->quotation_description %>)
+ (<% $quotation->quotation_description |h %>)
% }
</h2>
% }