diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-23 23:18:52 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-23 23:18:52 -0400 |
commit | 06cddc6badf9b4a4791361cfbeffc5b1e2d2d6a6 (patch) | |
tree | 7412c28c8d53c8064dd5ca3445fbbd110df54b04 /scripts/cfg2html.pl | |
parent | d326f24d169154673717129098ff4554a673f178 (diff) | |
download | lynx-snapshots-06cddc6badf9b4a4791361cfbeffc5b1e2d2d6a6.tar.gz |
snapshot of project "lynx", label v2-8-6dev_4
Diffstat (limited to 'scripts/cfg2html.pl')
-rwxr-xr-x | scripts/cfg2html.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/cfg2html.pl b/scripts/cfg2html.pl index 9f5fb6d0..9dbfbb54 100755 --- a/scripts/cfg2html.pl +++ b/scripts/cfg2html.pl @@ -102,7 +102,7 @@ sub gen_alphatoc { <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> -<link rev="made" href="mailto:lynx-dev@sig.net"> +<link rev="made" href="mailto:lynx-dev@nongnu.org"> <title>Settings by name</title> </head> <body> @@ -171,7 +171,7 @@ sub gen_body { <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> -<link rev="made" href="mailto:lynx-dev@sig.net"> +<link rev="made" href="mailto:lynx-dev@nongnu.org"> <title>Description of settings in lynx configuration file</title> </head> <body> @@ -418,7 +418,7 @@ sub gen_cattoc { <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html> <head> -<link rev="made" href="mailto:lynx-dev@sig.net"> +<link rev="made" href="mailto:lynx-dev@nongnu.org"> <title>Settings by category</title> </head> <body> |