aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfo2html13
1 files changed, 1 insertions, 12 deletions
diff --git a/info2html b/info2html
index 9af2bf1..d6e0d1a 100755
--- a/info2html
+++ b/info2html
@@ -476,18 +476,7 @@ sub PrintFooter{
print "</div>\n";
- if($LinkList[1] eq 'Top') {
- # Let's be modestly concise and show this only on Top pages
- print <<"EOF";
-\n<div class='generator'>
-<hr>
-<em>automatically generated by </em>
-<a href="$DOC_URL">info2html v$VERSION</a>
-</div>
-EOF
- } else {
- print "<!-- info2html v$VERSION -->\n";
- }
+ print "<!-- info2html v$VERSION -->\n";
print "</body></html>\n";
return;