merge
This commit is contained in:
commit
a873333c84
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue