summaryrefslogtreecommitdiffstats
path: root/genman.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-12-13 19:08:48 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-12-13 19:08:48 -0800
commit9b7a5f0d1085d8cb93f74b33634bc31d0a0defca (patch)
tree6a49e2f04d8478c848c2b88e5422730c3f8dbd72 /genman.txr
parentc5eef019eac0ddb24959ace7459b492b8fb3af3b (diff)
downloadtxr-9b7a5f0d1085d8cb93f74b33634bc31d0a0defca.tar.gz
txr-9b7a5f0d1085d8cb93f74b33634bc31d0a0defca.tar.bz2
txr-9b7a5f0d1085d8cb93f74b33634bc31d0a0defca.zip
Remove redundant title tag.
* genvim.txr: For some reason, we were generating a second <title> tag, with different contents.
Diffstat (limited to 'genman.txr')
-rw-r--r--genman.txr2
1 files changed, 1 insertions, 1 deletions
diff --git a/genman.txr b/genman.txr
index 89a96fb9..7a4d4309 100644
--- a/genman.txr
+++ b/genman.txr
@@ -152,7 +152,7 @@ This document was created by
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD><TITLE>Manpage for TXR @VERSION</TITLE>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>TXR Language</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript">
function toggle(link, id) {
var e = document.getElementById(id);