From 8437f01c51860146d00a23b29854f68e07967b63 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 22 Oct 2008 18:50:56 +0000 Subject: [PATCH] fix CDR links --- httemplate/view/svc_phone.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 12b246297..8c0c9e02e 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -37,7 +37,7 @@ my $html_foot = sub { # "View $_ CDRs"; #} keys(%what); my @links = map { - qq(). + qq(). "View $_ CDRs"; } keys(%what); -- 2.11.0