RT# 74666 - fixed vulnerability by escaping quotation_description var
[freeside.git] / httemplate / view / quotation.html
index 4769934..0e3e8b3 100755 (executable)
@@ -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>
 % }