summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttemplate/search/svc_forward.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/svc_forward.cgi b/httemplate/search/svc_forward.cgi
index 1785fa00b..f54822572 100755
--- a/httemplate/search/svc_forward.cgi
+++ b/httemplate/search/svc_forward.cgi
@@ -78,7 +78,7 @@ my $format_cust = sub {
$name = $svc_forward->company. " ($name)" if $svc_forward->company;
$name;
} else {
- '';
+ '<I>(unlinked)</I>';
}
};