diff options
-rw-r--r-- | templates/public/developer_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 9a63a6dc..ff38b26a 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -11,7 +11,7 @@ <td class="devpic"> <img src="{{ prof.picture.url }}" height="175" width="175" style="border:1px solid black" alt="Image for {{ prof.alias }}"/> </td><td> - <a name="{{ dev.username }}" /> + <a name="{{ dev.username }}"></a> <table class="deventry" cellspacing="5"> <tr> <th>Name:</th> |