projects
/
~bandali
/
bndl.org
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
stop bugging the server for a favicon; i don't have one right now
[~bandali/bndl.org]
/
txt2html
diff --git
a/txt2html
b/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",
<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')
$url ? qq(<link rel="alternate" href="$url"
title="plain text" type="text/plain" />\n) : '',
($opt_index and $opt_lang eq 'en')