summaryrefslogtreecommitdiff
path: root/templates/main_map.html
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-07 23:47:34 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2009-01-07 23:47:34 +0000
commitda1bc95c350b87246165f61aff33a14558d56190 (patch)
tree62d155e24dc6c99ff1eebfdcfd8f94d8d8bc9763 /templates/main_map.html
parent1b266517ca627bc9f59347657cc65f0a4694436e (diff)
downloadChimère-da1bc95c350b87246165f61aff33a14558d56190.tar.bz2
Chimère-da1bc95c350b87246165f61aff33a14558d56190.zip
Work on IE compatibility...
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@7 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/main_map.html')
-rw-r--r--templates/main_map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main_map.html b/templates/main_map.html
index c7b9e2f..47a495a 100644
--- a/templates/main_map.html
+++ b/templates/main_map.html
@@ -20,5 +20,5 @@
init();
// --> </script>{% endblock %}
{% block footer %}
- <div id='map-footer'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a> - {% trans "This site uses Chimère"%} - Copyright © 2008 <a href='http://redmine.peacefrogs.net/projects/show/chimere'>Chimère project</a></div>
+ <div id='map-footer'><a href='javascript:show("welcome");'>{% trans "Welcome message"%}</a> - {% trans "Map"%} © <a href='http://openstreetmap.org/'>OpenStreetMap</a> - {% trans "This site uses Chimère"%} - Copyright © 2008 <a href='http://redmine.peacefrogs.net/projects/show/chimere'>Chimère project</a></div>
{% endblock %}