summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/svc_dsl.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_dsl.cgi b/httemplate/view/svc_dsl.cgi
index 1107d46c8..14c1eb26d 100644
--- a/httemplate/view/svc_dsl.cgi
+++ b/httemplate/view/svc_dsl.cgi
@@ -57,6 +57,6 @@ my $svc_cb = sub {
# else add any other export-specific stuff here
$footer = "<B>".$export->status_line($svc_x)."</B>";
- $footer .= "<BR><BR><BR>Order Notes:<BR>".$export->notes_html($svc_x);
+ $footer .= "<BR><BR><BR><B>Order Notes:</B><BR>".$export->notes_html($svc_x);
};
</%init>