[Rivet-svn] r3640 - branches/2011-07-aida2yoda/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Mar 21 13:05:41 GMT 2012


Author: hoeth
Date: Wed Mar 21 13:05:41 2012
New Revision: 3640

Log:
merge c3639 from trunk

Modified:
   branches/2011-07-aida2yoda/bin/rivet-mkhtml

Modified: branches/2011-07-aida2yoda/bin/rivet-mkhtml
==============================================================================
--- branches/2011-07-aida2yoda/bin/rivet-mkhtml	Wed Mar 21 12:54:16 2012	(r3639)
+++ branches/2011-07-aida2yoda/bin/rivet-mkhtml	Wed Mar 21 13:05:41 2012	(r3640)
@@ -262,7 +262,7 @@
         reflist.append('<a href="http://durpdg.dur.ac.uk/cgi-bin/spiface/hep/www?irn+%s">Spires</a>' % spiresid)
     reflist += references
     index.write('<p>%s</p>\n' % " | ".join(reflist))
-    index.write('<p style="font-size:smaller;">%s</p>\n' % description)
+    index.write('<p style="font-size:smaller;">%s</p>\n' % description.replace("<","<").replace(">",">"))
     anapath = os.path.join(opts.OUTPUTDIR, analysis)
     if not opts.SINGLE:
         if not os.path.exists(anapath):


More information about the Rivet-svn mailing list