If i go to discussion with url, tags don't show proprely: url
a screen:

If I open the post via the tag on the forum, the post will be displayed normally:

UPDATE:
With ispection element on browser i found this:
If i open post normally by tag section the result is:
<div class="tabs">
<div class="tab"><input type="radio" checked="" name="tab-group-0" id="tab-0-1"><label for="tab-0-1">EN</label><div class="content"><p><em> TESTO NEL 1TAB </em></p></div></div>
<div class="tab"><input type="radio" name="tab-group-0" id="tab-0-2"><label for="tab-0-2">IT</label><div class="content"><p><em> TESTO 2 TAB </em></p></div></div>
</div>
But if i reload the page or if i visit the page by a link (redirect) the result is:
<div class="tabs">
<div class="tab"><input type="radio" checked="" QUI MANCA UNA PARTE><label>EN</label><div class="content">
this is the all output:
<div class="tabs">
<div class="tab"><input type="radio" checked=""><label>EN</label><div class="content"><p><em>Cannot be Normal Summoned/Set. Must be Special Summoned (from your hand) by banishing 1 LIGHT and 1 DARK monster from your GY. Once per turn: You can pay 1000 LP; send as many cards in both players' hands and on the field as possible to the GY, then inflict 300 damage to your opponent for each card sent to the opponent's GY by this effect. You cannot activate other cards or effects during the turn you activate this card's effect.</em></p></div></div>
<div class="tab"><input type="radio"><label>IT</label><div class="content"><p><em>Non può essere Evocato Normalmente/Posizionato. Deve essere Evocato Specialmente (dalla tua mano) bandendo 1 mostro LUCE e 1 mostro OSCURITÀ dal tuo Cimitero. Una volta per turno: puoi pagare 1000 LP; manda al Cimitero tante carte nelle mani di entrambi i giocatori e sul Terreno quante possibile, poi infliggi 300 danni al tuo avversario per ogni carta mandata al Cimitero dell'avversario da questo effetto. Non puoi attivare altre carte o effetti durante il turno in cui attivi l'effetto di questa carta.</em></p></div></div>
</div>