diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-03-08 13:22:44 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-03-08 13:22:44 +0100 |
commit | af50252080eee848badaa7b31d6fa84487ae9a9e (patch) | |
tree | e71343fa521aec6a6ffba12de90ca470b9162ba7 /info2html | |
parent | b029f6cb8abc725c5a9adbad8f5cace5a80c5d27 (diff) |
Remove visible banner in top pages
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; |