[Rivet-svn] r3914 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Aug 24 15:40:14 BST 2012


Author: hoeth
Date: Fri Aug 24 15:40:14 2012
New Revision: 3914

Log:
merge r3899 from branches/2012-06-aidarivet

Modified:
   trunk/bin/rivet-mkhtml

Modified: trunk/bin/rivet-mkhtml
==============================================================================
--- trunk/bin/rivet-mkhtml	Fri Aug 24 15:38:00 2012	(r3913)
+++ trunk/bin/rivet-mkhtml	Fri Aug 24 15:40:14 2012	(r3914)
@@ -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