]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/directions/graphhopper.js
Use double quotes consistently in javascript code
[rails.git] / app / assets / javascripts / index / directions / graphhopper.js
index ce568409d5052628aa8532b148ab56354ca88849..83f266accc9d1b1b59af0d4dd8fb2e9322fbf908 100644 (file)
@@ -14,7 +14,7 @@ function GraphHopperEngine(id, vehicleType) {
 
   return {
     id: id,
-    creditline: '<a href="https://www.graphhopper.com/" target="_blank">Graphhopper</a>',
+    creditline: "<a href=\"https://www.graphhopper.com/\" target=\"_blank\">Graphhopper</a>",
     draggable: false,
 
     getRoute: function (points, callback) {