From db4e283a0d609d1bef3298157eebcede384befe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Sun, 1 Jun 2014 22:59:49 +0200 Subject: [PATCH] =?UTF-8?q?Arreglado=20que=20los=20cr=C3=A9ditos=20salgan?= =?UTF-8?q?=20centrados=20en=20lugar=20de=20alineados=20a=20la=20derecha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AportaContenido.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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':