diff options
Diffstat (limited to 'info2html')
-rwxr-xr-x | info2html | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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; |