From 5efc311821b4125297a167505878bbb90002c9c8 Mon Sep 17 00:00:00 2001 From: khawkins <khawkins@ebi.ac.uk> Date: Wed, 25 May 2016 11:15:27 +0100 Subject: [PATCH] Punctuation --- js/foot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/foot.js b/js/foot.js index 1d626172..f62da527 100644 --- a/js/foot.js +++ b/js/foot.js @@ -15,7 +15,7 @@ init(); })(); (function updateFooterMeta() { - var html = '<div class="columns">' + '<p class="address">EMBL-EBI, Wellcome Genome Campus, Hinxton, Cambridgeshire, CB10 1SD, UK +44 (0)1223 49 44 44</p> <p class="legal">Copyright © EMBL-EBI 2013 | EBI is an outstation of the <a href="http://www.embl.org">European Molecular Biology Laboratory</a> | <a href="//www.ebi.ac.uk/about/privacy">Privacy</a> | <a href="//www.ebi.ac.uk/about/cookies">Cookies</a> | <a href="//www.ebi.ac.uk/about/terms-of-use">Terms of use</a></p>' + '</div>'; + var html = '<div class="columns">' + '<p class="address">EMBL-EBI, Wellcome Genome Campus, Hinxton, Cambridgeshire, CB10 1SD, UK. +44 (0)1223 49 44 44</p> <p class="legal">Copyright © EMBL-EBI 2013 | EBI is an outstation of the <a href="http://www.embl.org">European Molecular Biology Laboratory</a> | <a href="//www.ebi.ac.uk/about/privacy">Privacy</a> | <a href="//www.ebi.ac.uk/about/cookies">Cookies</a> | <a href="//www.ebi.ac.uk/about/terms-of-use">Terms of use</a></p>' + '</div>'; function init() { try { -- GitLab