diff options
Diffstat (limited to 'httemplate/view/quotation.html')
-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 4abef9f78..67609a1c6 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -73,7 +73,7 @@ function areyousure(href, message) { % } % if ( $error ) { -<& /elements/error.html, $error &> +<DIV CLASS="error"><% emt('Error calculating quotation: [_1]', $error) %></DIV> % } % if ( $conf->exists('quotation_html') ) { |