diff --git a/AportaContenido.php b/AportaContenido.php index 4c7f96c..fe23ede 100644 --- a/AportaContenido.php +++ b/AportaContenido.php @@ -254,7 +254,7 @@ class AportaContenido { $rama_texto = trim(substr(file_get_contents('.git/HEAD'), 16)); $rama = ($rama_texto != 'master' ? '
':''); return $mensaje . '

' . PROGRAMA . '' . - '

' . $rama . CREDITOS_CABECERA . $tabla . CREDITOS_PIE; + '

' . $rama . '
' . CREDITOS_CABECERA . $tabla . CREDITOS_PIE; case 'articulos': case 'ubicaciones': case 'test':