diff options
author | ivan <ivan> | 2001-12-09 23:31:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-12-09 23:31:55 +0000 |
commit | d402957b601504e9f47fc2f4e6aebe80e015e3ef (patch) | |
tree | 814c451d9e3260cebc01ec5afe17406279ef8b30 | |
parent | b6724f3cf6c4b77ab66d259920042f12e46cf924 (diff) |
harmless? missing ;
-rwxr-xr-x | httemplate/search/svc_acct.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/svc_acct.cgi b/httemplate/search/svc_acct.cgi index 8f7126ea8..f86794517 100755 --- a/httemplate/search/svc_acct.cgi +++ b/httemplate/search/svc_acct.cgi @@ -1,5 +1,5 @@ <% -# <!-- $Id: svc_acct.cgi,v 1.9 2001-12-03 11:33:19 ivan Exp $ --> +# <!-- $Id: svc_acct.cgi,v 1.10 2001-12-09 23:31:55 ivan Exp $ --> use strict; use vars qw( $cgi @svc_acct $sortby $query $mydomain @@ -221,7 +221,7 @@ END "is contained in your legacy <CODE>domain</CODE> ". "<A HREF=\"${p}docs/config.html#domain\">configuration file</A>. ". "You should run the <CODE>bin/fs-migrate-svc_acct_sm</CODE> script ". - "to create a proper svc_domain record for this domain." + "to create a proper svc_domain record for this domain."; } print '</BODY></HTML>'; |