Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
LcShopBundle
Seguir
3
Destacar
2
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Correctif span cities
master
Guillaume
hace 4 años
padre
c899e4eca7
commit
ccce819f74
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-0
ShopBundle/Controller/CitiesController.php
+ 1
- 0
ShopBundle/Controller/CitiesController.php
Ver fichero
@@ -44,6 +44,7 @@ class CitiesController extends AbstractController
$return[] = [
'label' => '<span class="city">'.$city->nom.'</span> <span class="zip">'.$codesPostaux[0].'</span>',
'city' => $city->nom,
'value' => $city->code
] ;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar