diff options
author | matthew <matthew> | 2009-01-05 22:58:31 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-01-05 22:58:31 +0000 |
commit | 1ba5c920c6f2a0845b47ea1f11bb790b6e074fd3 (patch) | |
tree | 0cec464853e62efedab3aa90c5735f23d298e6be /perllib/Page.pm | |
parent | a79e37f47055184dbbf138fac762fce54d9ea9d1 (diff) |
Don't centre update photos.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 4e8772181..13fa373bc 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.130 2008-12-11 15:46:57 matthew Exp $ +# $Id: Page.pm,v 1.131 2009-01-05 22:58:31 matthew Exp $ # package Page; @@ -644,7 +644,7 @@ sub display_problem_updates { $out .= '<p>' . ent($_) . '</p>'; } if ($row->{has_photo}) { - $out .= '<p align="center"><img src="/photo?tn=1;c=' . $row->{id} . '"></p>'; + $out .= '<p><img alt="" src="/photo?tn=1;c=' . $row->{id} . '"></p>'; } $out .= '</div>'; } |