summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorlevinse <levinse>2010-11-29 05:27:02 +0000
committerlevinse <levinse>2010-11-29 05:27:02 +0000
commit136200fb9ff797ea0ca44c00b5070129f35f47ce (patch)
tree1f3739760f9dcf409ee21ae73c02b634880ab439 /httemplate
parent1594e450be1c4f0c9f9a2d98ab72c714a4695bdc (diff)
ikano.pm near-finished pull, finished order notes, RT7111
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>