diff --git a/AportaContenido.php b/AportaContenido.php
index 29efca3..5d87c9e 100644
--- a/AportaContenido.php
+++ b/AportaContenido.php
@@ -251,8 +251,10 @@ class AportaContenido {
$creditos = "$('#creditos').modal({keyboard: false});";
$centro = '
' . CENTRO . '
';
$tabla = $this->creaTablaAcercaDe();
+ $rama_texto = trim(substr(file_get_contents('.git/HEAD'), 16));
+ $rama = ($rama_texto != 'master' ? '
':'');
return $mensaje . '
' .
- '
' . CREDITOS_CABECERA . $tabla . CREDITOS_PIE;
+ '
' . $rama . CREDITOS_CABECERA . $tabla . CREDITOS_PIE;
case 'articulos':
case 'ubicaciones':
case 'test':