diff options
-rw-r--r-- | app/views/request/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index ecf28b583..a8970a242 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -101,8 +101,8 @@ <h2>Act on this request</h2> <p> - <img src="/images/writetothem.png"> <a href="http://www.writetothem.com">Write to your politician</a> about it - <br><img src="/images/pledgebank.png"> <a href="http://www.pledgebank.com">Pledge with others</a> + <img src="/images/writetothem.png" alt=""> <a href="http://www.writetothem.com">Write to your politician</a> about it + <br><img src="/images/pledgebank.png" alt=""> <a href="http://www.pledgebank.com">Pledge with others</a> </p> <% if @info_requests_same_user_same_body.size > 0 %> |