[Rivet-svn] r3899 - branches/2012-06-aidarivet/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Aug 21 15:52:04 BST 2012


Author: fsiegert
Date: Tue Aug 21 15:52:04 2012
New Revision: 3899

Log:
Bugfix in rivet-mkhtml for inspireid

Modified:
   branches/2012-06-aidarivet/bin/rivet-mkhtml

Modified: branches/2012-06-aidarivet/bin/rivet-mkhtml
==============================================================================
--- branches/2012-06-aidarivet/bin/rivet-mkhtml	Mon Aug 20 10:33:29 2012	(r3898)
+++ branches/2012-06-aidarivet/bin/rivet-mkhtml	Tue Aug 21 15:52:04 2012	(r3899)
@@ -265,7 +265,7 @@
         index.write('\n<h3><a href="%s/index.html" style="text-decoration:none;">%s</a></h3>\n' % (analysis, _htmlify(summary)))
     reflist = []
     if inspireid and inspireid !="NONE":
-        reflist.append('<a href="http://inspirehep.net/record/%s">Spires</a>' % spiresid)
+        reflist.append('<a href="http://inspirehep.net/record/%s">Spires</a>' % inspireid)
     elif spiresid and spiresid != "NONE":
         reflist.append('<a href="http://durpdg.dur.ac.uk/cgi-bin/spiface/hep/www?irn+%s">Spires</a>' % spiresid)
     reflist += references
@@ -284,7 +284,7 @@
                        (opts.OUTPUTDIR, analysis, style))
         anaindex.write('<h3>%s</h3>\n' % analysis)
         anaindex.write('<p><a href="../index.html">Back to index</a></p>\n')
-        anaindex.write('<p>\n  %s\n</p>\n' % _htmlify(summary))
+        anaindex.write('<p>\n  %s\n</p>\n' % _htmlify(description))
     else:
         anaindex = index
 


More information about the Rivet-svn mailing list