Added another column for the pts.
git-svn-id: http://webgoat.googlecode.com/svn/trunk@92 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
e0479efb65
commit
b2f13da6c4
@ -240,8 +240,8 @@ public class XMLInjection extends LessonAdapter
|
||||
{
|
||||
trRewards = new TR();
|
||||
Reward r = (Reward) rewardsMap.get(i);
|
||||
trRewards.addElement(new TD("-" + r.getName() + r.getPoints()
|
||||
+ " Pts"));
|
||||
trRewards.addElement(new TD("-" + r.getName()));
|
||||
trRewards.addElement(new TD(r.getPoints() + " Pts"));
|
||||
t2.addElement(trRewards);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user