aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-03-08 13:22:44 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-03-08 13:22:44 +0100
commitaf50252080eee848badaa7b31d6fa84487ae9a9e (patch)
treee71343fa521aec6a6ffba12de90ca470b9162ba7
parentb029f6cb8abc725c5a9adbad8f5cace5a80c5d27 (diff)
Remove visible banner in top pages
-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;