|
[HepData-svn] r1557 - trunk/hepdata-webapp/src/main/java/cedar/hepdata/formatsblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Jun 28 13:52:54 BST 2012
Author: whalley Date: Thu Jun 28 13:52:54 2012 New Revision: 1557 Log: location: comma missing Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/InputFormatter.java Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/InputFormatter.java ============================================================================== --- trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/InputFormatter.java Thu Jun 28 12:40:48 2012 (r1556) +++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/InputFormatter.java Thu Jun 28 13:52:54 2012 (r1557) @@ -45,7 +45,7 @@ s.append("\n*dataset:"+"\n"); if(ds.getTfpString() != null){ - s.append(ds.getTfpString().replace("TFP = L","*l").replace(";","").replace(": ","\t") + "\n"); + s.append(ds.getTfpString().replace("TFP = L","*l").replace(";","").replace(": ",":\t") + "\n"); } for (String comment : ds.getComments()){ if(!comment.startsWith("Location")){
More information about the HepData-svn mailing list |