Added the missing “/” to an “<i>” closing tag
This commit is contained in:
parent
494eabf233
commit
7a21407164
1 changed files with 1 additions and 1 deletions
|
@ -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 instance’s list of moderated instances').'.';
|
||||
$out.=_('Threads is neither <i>suspended</i> nor <i>limited</i>').', '._('according to this instance’s list of moderated instances').'.';
|
||||
} elseif ($row['Threads']=='suspended') {
|
||||
$out.=_('Threads is <i>suspended</i>').', '._('according to this instance’s list of moderated instances').'.';
|
||||
} elseif ($row['Threads']=='limited') {
|
||||
|
|
Loading…
Reference in a new issue