summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/docs/about.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html
index 0d3848b65..33b21a3ad 100644
--- a/httemplate/docs/about.html
+++ b/httemplate/docs/about.html
@@ -10,7 +10,7 @@
% my $url = $conf->config('company_url', $agentnum);
% if ( $url ) {
<BR><BR>
- <A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A>
+ <FONT SIZE="+1"><A HREF="<% $conf->config('company_url', $agentnum) %>" TARGET="_top"><%$title%> homepage</A></FONT>
% }
% } else {