Fix donate link in attribution

This commit is contained in:
Eden Halperin 2013-11-06 16:19:43 -05:00
parent 9cfb230e02
commit 726db77827
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ $(document).ready(function () {
var layers = [
new L.OSM.Mapnik({
attribution: copyright + ' ' + donate,
attribution: copyright+" – "+donate,
code: "M",
keyid: "mapnik",
name: I18n.t("javascripts.map.base.standard")