Added the missing “/” to an “<i>” closing tag

This commit is contained in:
pezcurrel 2024-08-21 11:52:30 +02:00
parent 494eabf233
commit 7a21407164

View file

@ -692,7 +692,7 @@ while ($if<$il && $row=mysqli_fetch_assoc($res)) {
} elseif (is_null($row['Threads'])) {
$out.=_('<i>Unknown</i> (this instance is not listed in the <a href="https://fedipact.online/" target="_blank">Anti-Meta Fedi Pact</a> list), and its list of moderated instances is not accessible').'.';
} elseif ($row['Threads']=='accessible') {
$out.=_('Threads is neither <i>suspended</i> nor <i>limited<i>').', '._('according to this instances list of moderated instances').'.';
$out.=_('Threads is neither <i>suspended</i> nor <i>limited</i>').', '._('according to this instances list of moderated instances').'.';
} elseif ($row['Threads']=='suspended') {
$out.=_('Threads is <i>suspended</i>').', '._('according to this instances list of moderated instances').'.';
} elseif ($row['Threads']=='limited') {