Closedown

This commit is contained in:
boccioli_m
2017-08-29 13:21:04 +02:00
parent 7c319eba2d
commit 6560b06baf
8 changed files with 16 additions and 9 deletions

View File

@@ -853,7 +853,7 @@ public class NewTest extends javax.swing.JPanel {
value = (String) attributes.get("value");
description = (String) attributes.get("description");
//build the python code for getting the test parameter
sTestParameters = sTestParameters + "<code>" + name + " </code>" + description + "<br/>\n" ;
sTestParameters = sTestParameters + "<tr><td><code>" + name + " </code></td><td>" + description + "</td></tr>\n" ;
}
}
Attributes user = null;