Very minor spacing issue. Commented out a nbsp and modified the contact information to utilize two columns.

git-svn-id: http://webgoat.googlecode.com/svn/trunk@66 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3
2007-01-22 18:45:32 +00:00
parent f6d5fbfc50
commit edbd6446b6

View File

@ -101,8 +101,8 @@ public class UncheckedEmail extends LessonAdapter
tr = new TR(); tr = new TR();
tr.addElement(new TH().addElement(new H1("Contact Us")).setAlign( tr.addElement(new TH().addElement(new H1("Contact Us")).setAlign(
"left").setWidth("55%").setVAlign("BOTTOM")); "left").setWidth("55%").setVAlign("BOTTOM"));
tr.addElement(new TH().addElement(" ")); //tr.addElement(new TH().addElement(" "));
tr.addElement(new TH().addElement(new H3("Contact Information:")) tr.addElement(new TH().setColSpan(2).addElement(new H3("Contact Information:"))
.setAlign("left").setVAlign("BOTTOM")); .setAlign("left").setVAlign("BOTTOM"));
t.addElement(tr); t.addElement(tr);
@ -112,8 +112,8 @@ public class UncheckedEmail extends LessonAdapter
.addElement("We value your comments. To send OWASP your questions or comments regarding the " .addElement("We value your comments. To send OWASP your questions or comments regarding the "
+ "WebGoat tool, please enter your comments below. The information you provide will be handled according " + "WebGoat tool, please enter your comments below. The information you provide will be handled according "
+ "to our <U>Privacy Policy</U>.")); + "to our <U>Privacy Policy</U>."));
tr.addElement(new TD().addElement("&nbsp;")); //tr.addElement(new TD().addElement("&nbsp;"));
tr.addElement(new TD().addElement( tr.addElement(new TD().setColSpan(2).addElement(
"<b>OWASP</B><BR>" + "9175 Guilford Rd <BR> Suite 300 <BR>" "<b>OWASP</B><BR>" + "9175 Guilford Rd <BR> Suite 300 <BR>"
+ "Columbia, MD. 21046").setVAlign("top")); + "Columbia, MD. 21046").setVAlign("top"));
t.addElement(tr); t.addElement(tr);