diff options
author | Nick White <git@njw.me.uk> | 2010-04-09 16:27:42 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-09 16:27:42 +0100 |
commit | 573cb4fa5b8c1bff7cb379dc7d76982b9333d10c (patch) | |
tree | a051028d07655ecfe9e6bc5193ecf960aa5d9893 /includes | |
parent | ff00b54db50ec038e0dde03c3df3da6ca469dfb9 (diff) | |
download | njw-website-573cb4fa5b8c1bff7cb379dc7d76982b9333d10c.tar.bz2 njw-website-573cb4fa5b8c1bff7cb379dc7d76982b9333d10c.zip |
Normalise footer layout
Diffstat (limited to 'includes')
-rw-r--r-- | includes/footer.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/includes/footer.xml b/includes/footer.xml index 3e6c235..607374c 100644 --- a/includes/footer.xml +++ b/includes/footer.xml @@ -1,13 +1,13 @@ <div id="footer"> - <div id="moddate"> - <p>Last updated: MODDATE</p> - </div> +<div id="moddate"> +<p>Last updated: MODDATE</p> +</div> - <div id="copyright"> - <p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>.</p> - <p>The code used to build this website is released under the <a href="http://www.fsf.org/licensing/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. It is available in a <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">git repository</a>.</p> - </div> +<div id="copyright"> +<p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>.</p> +<p>The code used to build this website is released under the <a href="http://www.fsf.org/licensing/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. It is available in a <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">git repository</a>.</p> +</div> </div> |