Mejoras menores

prueba de css
parent 7ece6b4a
...@@ -250,7 +250,7 @@ class CampaniaApiController extends ApiController { ...@@ -250,7 +250,7 @@ class CampaniaApiController extends ApiController {
if($fila != 0) $html = $html."</div>"; if($fila != 0) $html = $html."</div>";
$log->debug("generando nueva fila..."); $log->debug("generando nueva fila...");
$fila = $contenidoHead->getCcoFila(); $fila = $contenidoHead->getCcoFila();
$html = $html."<div id='fila_id_'".$contenidoHead->getCcoId().">"; $html = $html."<div id='fila_id_".$contenidoHead->getCcoId()."'>";
}else{ }else{
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment