summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-12-21 23:48:00 +0000
committerivan <ivan>2002-12-21 23:48:00 +0000
commitb3cf415f88878300916d3e85910693b7315ef7b3 (patch)
tree9769a14d01747a8fa7f517da59e3a9663eec1596
parent38198ddef5f92e95ae3f0a151759931400a6ad44 (diff)
UI
-rwxr-xr-xhttemplate/search/svc_domain.cgi4
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;