Abrir menú principal

Cambios

sin resumen de edición
$("#mw-content-text p").each(function() {
var $this = $(this);
if( $.trim($this.html()) == "<br>") $this.remove();
});