diff options
author | Dan McGee <dan@archlinux.org> | 2010-02-01 00:18:00 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-02-01 00:18:00 +0100 |
commit | be3591d95748c4477c3f7b8334e4a690ad111d8a (patch) | |
tree | d063b7cc3cbd2d532d532b8668d3dd17e966c54b /templates/public/developer_list.html | |
parent | 48ee2c28a20e8808f282dfbd62b7909a2a89b105 (diff) | |
download | archweb-be3591d95748c4477c3f7b8334e4a690ad111d8a.tar.gz archweb-be3591d95748c4477c3f7b8334e4a690ad111d8a.tar.xz |
More validation fixups
Random stupids in our HTML, this should be a little better at least.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/developer_list.html')
-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 8d1c5be..c294dc7 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -9,7 +9,7 @@ {% for dev in dev_list %} <tr> <td class="devpic"> - <img src="{{ dev.get_profile.picture.url }}" height="175" width="175" style="border:1px solid black"> + <img src="{{ dev.get_profile.picture.url }}" height="175" width="175" style="border:1px solid black" alt="Image for {{ dev.get_profile.alias }}"/> </td><td> <a name="{{ dev.first_name }}{{ dev.last_name.0|capfirst}}" /> {% autoescape off %} |