From 2bf573dbe10b6da3bcee83d2c3fb30a550c6059f Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Mon, 16 Apr 2012 12:28:51 +0100 Subject: [PATCH] bug in position of " in string --- WebContent/printing/OSRM.Printing.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/printing/OSRM.Printing.js b/WebContent/printing/OSRM.Printing.js index 784dd71d5..538507769 100644 --- a/WebContent/printing/OSRM.Printing.js +++ b/WebContent/printing/OSRM.Printing.js @@ -71,7 +71,8 @@ show: function(response) { route_desc += ''; route_desc += ''; - route_desc += ''; + route_desc += ''; + console.log(route_desc); route_desc += ""; route_desc += '';