Skip to content

Commit 31570e7

Browse files
alphabetized the credits
git-svn-id: http://webgoat.googlecode.com/svn/trunk@475 4033779f-a91e-0410-96ef-6bf7bf53c507
1 parent 3079397 commit 31570e7

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

webgoat/src/main/webapp/css/webgoat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ html>body #navBar li {}
272272
}
273273

274274
#start {
275-
height: 400px;
275+
height: 370px;
276276
width: 700px;
277277
padding: 10px 50px 10px 50px;
278278
font-size: 15px;

webgoat/src/main/webapp/css/webgoat_challenge.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
#start_ch {
23-
height: 410px;
23+
height: 380px;
2424
width: 500px;
2525
padding: 10px 10px 10px 10px;
2626
font-size: 15px;

webgoat/src/main/webapp/webgoat.jsp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
6868
</tr>
6969
<tr>
7070
<td valign="top">
71-
<div align="center" class="style2">Bruce Mayhew</div>
7271
<div align="center" class="style2">David Anderson</div>
73-
<div align="center" class="style2">Rogan Dawes</div>
7472
<div align="center" class="style2">Laurence Casey (Graphics)</div>
73+
<div align="center" class="style2">Rogan Dawes</div>
74+
<div align="center" class="style2">Bruce Mayhew</div>
7575
</td>
7676
<td valign="top">
7777
<div align="center" class="style2">Sherif Koussa</div>
@@ -93,17 +93,17 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
9393
<tr>
9494
<td>
9595
<div align="center" class="style2">Brian Ciomei (Multitude of bug fixes)</div>
96-
<br/><div align="center" class="style2">To all who have sent comments</div>
96+
<div align="center" class="style2">To all who have sent comments</div>
9797

9898
</td>
9999
<td>
100-
<div align="center" class="style2">Sherif Koussa<br />
101-
(<a href="http://www.softwaresecured.com" target="blank">http://www.softwaresecured.com</a>)
100+
<div align="center" class="style2">
101+
<a href="http://www.zionsecurity.com/" target="_blank">Erwin Geirnaert</a></div>
102+
<div align="center" class="style2">
103+
<a href="http://yehg.org/" target="_blank">Aung Khant</a></div>
104+
<div align="center" class="style2">
105+
<a href="http://www.softwaresecured.com" target="blank">Sherif Koussa</a>
102106
</div>
103-
<div align="center" class="style2">Aung Khant<br />
104-
(<a href="http://yehg.org/" target="_blank">http://yehg.org/</a>)</div>
105-
<div align="center" class="style2">Erwin Geirnaert<br />
106-
(<a href="http://www.zionsecurity.com/" target="_blank">http://www.zionsecurity.com/</a>)</div>
107107
</td>
108108
</tr>
109109
<tr>

webgoat/src/main/webapp/webgoat_challenge.jsp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
6969
</tr>
7070
<tr>
7171
<td valign="top">
72-
<div align="center" class="style2">Bruce Mayhew</div>
7372
<div align="center" class="style2">David Anderson</div>
74-
<div align="center" class="style2">Rogan Dawes</div>
7573
<div align="center" class="style2">Laurence Casey (Graphics)</div>
74+
<div align="center" class="style2">Rogan Dawes</div>
75+
<div align="center" class="style2">Bruce Mayhew</div>
7676
</td>
7777
<td valign="top">
7878
<div align="center" class="style2">Sherif Koussa</div>
@@ -94,17 +94,17 @@ by Bruce Mayhew. Please send all comments to Bruce at <%=webSession.getWebgoatCo
9494
<tr>
9595
<td>
9696
<div align="center" class="style2">Brian Ciomei (Multitude of bug fixes)</div>
97-
<br/><div align="center" class="style2">To all who have sent comments</div>
97+
<div align="center" class="style2">To all who have sent comments</div>
9898

9999
</td>
100100
<td>
101-
<div align="center" class="style2">Sherif Koussa<br />
102-
(<a href="http://www.softwaresecured.com" target="blank">http://www.softwaresecured.com</a>)
101+
<div align="center" class="style2">
102+
<a href="http://www.zionsecurity.com/" target="_blank">Erwin Geirnaert</a></div>
103+
<div align="center" class="style2">
104+
<a href="http://yehg.org/" target="_blank">Aung Khant</a></div>
105+
<div align="center" class="style2">
106+
<a href="http://www.softwaresecured.com" target="blank">Sherif Koussa</a>
103107
</div>
104-
<div align="center" class="style2">Aung Khant<br />
105-
(<a href="http://yehg.org/" target="_blank">http://yehg.org/</a>)</div>
106-
<div align="center" class="style2">Erwin Geirnaert<br />
107-
(<a href="http://www.zionsecurity.com/" target="_blank">http://www.zionsecurity.com/</a>)</div>
108108
</td>
109109
</tr>
110110
<tr>

0 commit comments

Comments
 (0)