diff options
| author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-30 20:17:55 +0000 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-30 20:17:55 +0000 |
| commit | a873333c84730d6c142bccfd30650807a326975e (patch) | |
| tree | 4e78bedf29b42d21802b3f68589acd2672b3d500 | |
| parent | 15656fc79d5e348dddbde615a84e7288b580b35e (diff) | |
| parent | 728478f2d3d43abdb6d32c9f93947ef74dd9b8fb (diff) | |
| download | plan9front-a873333c84730d6c142bccfd30650807a326975e.tar.xz | |
merge
| -rw-r--r-- | sys/src/cmd/ms2html.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/ms2html.c b/sys/src/cmd/ms2html.c index e6a6746b5..d67c5525c 100644 --- a/sys/src/cmd/ms2html.c +++ b/sys/src/cmd/ms2html.c @@ -1355,10 +1355,12 @@ doconvert(void) if(fsp >= 0 && fstack[fsp]) Bprint(&bout, "%s", fstack[fsp]->end); Bprint(&bout, "<br> <br>\n"); +/* Bprint(&bout, "<A href=http://www.lucent.com/copyright.html>\n"); t = localtime(time(nil)); Bprint(&bout, "Copyright</A> © %d Alcatel-Lucent Inc. All rights reserved.\n", t->year+1900); +*/ Bprint(&bout, "</body></html>\n"); } |
