Commit dd90277257b5d48e8f3a2f0186a0562b9f5402c1
1 parent
aeeefb0989
Exists in
master
and in
1 other branch
sin salto de linea innecesario
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/osm-directive.js
| ... | ... | @@ -74,7 +74,7 @@ angular.module('focaAdminSeguimiento').directive('osm', function() { |
| 74 | 74 | |
| 75 | 75 | if ($scope.parametros.individual) { |
| 76 | 76 | if (marcador.distancia) { |
| 77 | - observacion += '<br/>Distancia a casa central: ' + | |
| 77 | + observacion += 'Distancia a casa central: ' + | |
| 78 | 78 | marcador.distancia + 'km' + '<br/>'; |
| 79 | 79 | observacion += 'Total Cobrado: ' + |
| 80 | 80 | $filter('currency')(marcador.factura.IPA, '$'); |