summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-12-21 23:48:04 +0000
committerivan <ivan>2002-12-21 23:48:04 +0000
commit92c6ba6076e71509ec5f83f5fae7f31cf81ed938 (patch)
treec716721d06b5f4285672b4cbb08fae59bdf6e028
parent1da77d2c92649b182235dfe9353bacb937610781 (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 f87470371..fbdecc118 100755
--- a/httemplate/search/svc_domain.cgi
+++ b/httemplate/search/svc_domain.cgi
@@ -138,8 +138,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;