# HG changeset patch
# User lecorguille
# Date 1456335152 18000
# Node ID f5d7654148bdd7d745b8d8cd0fa37c8af684abb8
# Parent  234df22cd722bd0c57e62736d4d0e60b2803685d
planemo upload

diff -r 234df22cd722 -r f5d7654148bd xcms_summary.r
--- a/xcms_summary.r	Wed Feb 24 12:30:37 2016 -0500
+++ b/xcms_summary.r	Wed Feb 24 12:32:32 2016 -0500
@@ -139,7 +139,7 @@
         writehtml("<h2>Informations about the CAMERA object:</h2>")
 
         writehtml("<div>")
-            writehtml("Number of pcgroup:",length(xa@pspectra))
+            writehtml("Number of pcgroup: ",length(xa@pspectra))
         writehtml("</div>")
     }