diff options
-rw-r--r-- | templates/website/emptyhomes-header | 2 | ||||
-rwxr-xr-x | web/index.cgi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/website/emptyhomes-header b/templates/website/emptyhomes-header index f0eacc141..ecaa3fb45 100644 --- a/templates/website/emptyhomes-header +++ b/templates/website/emptyhomes-header @@ -17,7 +17,7 @@ <body> <div id="header"> -<a href="/"><img border="0" src="/i/eha.png" alt="Empty Homes Agency" width="272" height="71"></a> +<a href="http://www.emptyhomes.com/"><img border="0" src="/i/eha.png" alt="Empty Homes Agency" width="272" height="71"></a> </div> <div id="navigation"> diff --git a/web/index.cgi b/web/index.cgi index 8b32809a2..2876c23e5 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.222 2008-10-27 15:31:43 matthew Exp $ +# $Id: index.cgi,v 1.223 2008-11-10 10:31:51 matthew Exp $ use strict; use Standard; @@ -682,7 +682,7 @@ directly using their own website. EOF } $out .= <<EOF; -<p align="right"><input type="submit" name="submit_problem" value="Submit"></p> +<p><input type="submit" name="submit_problem" value="Submit"></p> </div> </div> EOF |