diff options
| author | ivan <ivan> | 2002-12-21 23:48:00 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-12-21 23:48:00 +0000 | 
| commit | b3cf415f88878300916d3e85910693b7315ef7b3 (patch) | |
| tree | 9769a14d01747a8fa7f517da59e3a9663eec1596 | |
| parent | 38198ddef5f92e95ae3f0a151759931400a6ad44 (diff) | |
UI
| -rwxr-xr-x | httemplate/search/svc_domain.cgi | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/httemplate/search/svc_domain.cgi b/httemplate/search/svc_domain.cgi index c397714e5..c0acf1143 100755 --- a/httemplate/search/svc_domain.cgi +++ b/httemplate/search/svc_domain.cgi @@ -125,8 +125,8 @@ END      print <<END;      <TR> -      <TD ROWSPAN=$rowspan><A HREF="${p}view/svc_domain.cgi?$svcnum"><FONT SIZE=-1>$svcnum</FONT></A></TD> -      <TD ROWSPAN=$rowspan>$domain</TD> +      <TD ROWSPAN=$rowspan><A HREF="${p}view/svc_domain.cgi?$svcnum">$svcnum</A></TD> +      <TD ROWSPAN=$rowspan><A HREF="${p}view/svc_domain.cgi?$svcnum">$domain</A></TD>  END      #print @rows; | 
