Mejoras menores

prueba de css
parent 165181ef
...@@ -146,7 +146,7 @@ class CampaniaApiController extends ApiController { ...@@ -146,7 +146,7 @@ class CampaniaApiController extends ApiController {
$html = ""; $html = "";
$html = $this->getColumnaByDisposicion($disposicion, $columna); $html = $this->getColumnaByDisposicion($disposicion, $columna);
$html = $html.'<div id="texto_fil_' . $filaId . '_con_' . $id . '" class="' . $claseCss . '" >' . $contenido . '</div>'; $html = $html.'<div id="texto_fil_' . $filaId . '_con_' . $id . '" class="' . $claseCss . '" >' . $contenido . '</div>';
$html = $html.'</div>'; $html = $html.'';
return $html; return $html;
} }
......
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