summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_www.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/svc_www.cgi')
-rw-r--r--httemplate/view/svc_www.cgi9
1 files changed, 5 insertions, 4 deletions
diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi
index a82921f1b..70a7a1be4 100644
--- a/httemplate/view/svc_www.cgi
+++ b/httemplate/view/svc_www.cgi
@@ -38,9 +38,10 @@ print header('Website View', menubar(
"${p}misc/cancel-unaudited.cgi?$svcnum" )
),
"Main menu" => $p,
-)),
- "Service #$svcnum",
- qq!<BR>Website name: <B><A HREF="http://$www">$www</A></B>!,
- '</BODY></HTML>',
+)).
+ "Service #$svcnum".
+ qq!<BR>Website name: <B><A HREF="http://$www">$www</A></B>!.
+ '<BR>'. joblisting({'svcnum'=>$svcnum}, 1).
+ '</BODY></HTML>'
;
%>