diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/default.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 5783b58f1..2e2ab15fb 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -76,11 +76,11 @@ </div> </div> - <p id="footer"> + <div id="footer"> Built by <a href="http://www.mysociety.org/">mySociety</a> ... and you. <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/foi">Get the source code</a> (is on Rails). Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a>. - </p> + </div> </body> </html> |