diff --git a/index.php b/index.php
index 0413f39..60cc34e 100755
--- a/index.php
+++ b/index.php
@@ -803,7 +803,7 @@ document.oncopy = addLink;
if(isset($_REQUEST['asistento'])) {
echo asistente_aplicaciones("",'','','');
}else {
- echo "Quiero crear una campaña ";
+ echo "Quiero crear una campaña ";
}
?>
diff --git a/librerias/leaflet/leaflet.css b/librerias/leaflet/leaflet.css
index c161c31..f9f55da 100644
--- a/librerias/leaflet/leaflet.css
+++ b/librerias/leaflet/leaflet.css
@@ -37,7 +37,7 @@
}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
- max-width: none !important;
+ /* max-width: none !important;
*/
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {