bug in position of " in string

This commit is contained in:
DennisSchiefer 2012-04-16 12:28:51 +01:00
parent 9bd4b77278
commit 2bf573dbe1

View File

@ -71,7 +71,8 @@ show: function(response) {
route_desc += '<tr class="'+rowstyle+'">';
route_desc += '<td class="result-directions">';
route_desc += '<img width="18px" src=../"'+OSRM.RoutingDescription.getDrivingInstructionIcon(response.route_instructions[i][0])+'" alt="" />';
route_desc += '<img width="18px" src="../'+OSRM.RoutingDescription.getDrivingInstructionIcon(response.route_instructions[i][0])+'" alt="" />';
console.log(route_desc);
route_desc += "</td>";
route_desc += '<td class="result-items">';