[Rivet-svn] r3136 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Jun 8 08:52:47 BST 2011


Author: buckley
Date: Wed Jun  8 08:52:47 2011
New Revision: 3136

Log:
Use title in <title>

Modified:
   trunk/bin/rivet-mkhtml

Modified: trunk/bin/rivet-mkhtml
==============================================================================
--- trunk/bin/rivet-mkhtml	Tue Jun  7 01:06:38 2011	(r3135)
+++ trunk/bin/rivet-mkhtml	Wed Jun  8 08:52:47 2011	(r3136)
@@ -174,7 +174,7 @@
 
 
 index = open(os.path.join(opts.OUTPUTDIR, "index.html"), "w")
-index.write('<html>\n<head>\n<title>%s</title>\n%s</head>\n<body>' % (opts.OUTPUTDIR, style))
+index.write('<html>\n<head>\n<title>%s</title>\n%s</head>\n<body>' % (opts.TITLE, style))
 index.write('<h2>%s</h2>\n\n' % opts.TITLE)
 
 if opts.SINGLE:


More information about the Rivet-svn mailing list