stop bugging the server for a favicon; i don't have one right now
authorAmin Bandali <bandali@gnu.org>
Sun, 10 Oct 2021 12:32:39 +0000 (08:32 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 10 Oct 2021 12:32:39 +0000 (08:32 -0400)
txt2html

index b26b202..10de15d 100644 (file)
--- a/txt2html
+++ b/txt2html
@@ -118,6 +118,7 @@ print("<!doctype html>",
 <meta http-equiv="Content-Type"
 content="text/html; charset=utf-8" />\n),
       "<title>$title</title>\n",
+      qq(<link rel="icon" href="data:,">\n),
       $url ? qq(<link rel="alternate" href="$url"
 title="plain text" type="text/plain" />\n) : '',
       ($opt_index and $opt_lang eq 'en')