diff options
author | terry%netscape.com <> | 1998-08-28 22:50:41 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-08-28 22:50:41 +0200 |
commit | f83b7e2bb44de105c02781dad2e583b836913e17 (patch) | |
tree | 1878172c64d584d07946e638b8fb21e5d6c3db3e | |
parent | 809067f57241a4d801b70eb910a878c2f19b4135 (diff) | |
download | bugzilla-f83b7e2bb44de105c02781dad2e583b836913e17.tar.gz bugzilla-f83b7e2bb44de105c02781dad2e583b836913e17.tar.xz |
Get rid of the "read and eat" line; it doesn't make sense here.
-rwxr-xr-x | long_list.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/long_list.cgi b/long_list.cgi index af1223116..9555a2808 100755 --- a/long_list.cgi +++ b/long_list.cgi @@ -73,4 +73,3 @@ foreach bug [split $FORM(buglist) :] { puts "<HR>" } } -puts "<h6>Mozilla Communications Corporation, Company Confidential, read and eat.</h6>" |