Skip to content

Commit

Permalink
small change to fellows table
Browse files Browse the repository at this point in the history
  • Loading branch information
benthemonkey committed May 1, 2014
1 parent 546a462 commit d9cfca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fellowsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<td><?= $fellows[$ii]["full_name"] ?></td>
<td><?= $fellows[$ii]["position"] ?></td>
<td><?= $fellows[$ii]["department"] ?></td>
<td><img src="./img/slivkans/<?= $fellows[$ii]["photo"] ?>.jpg" width="100px" /></td>
<td style="padding:0;"><img src="./img/slivkans/<?= $fellows[$ii]["photo"] ?>.jpg" width="100px" /></td>
</tr>
<?php
}
Expand Down

0 comments on commit d9cfca5

Please sign in to comment.