Update external_rss.php

This commit is contained in:
Laurent Destailleur 2020-04-13 13:29:23 +02:00 committed by GitHub
parent cfbb4e9ef6
commit 36669739f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,8 +322,8 @@ if ($resql)
// Active
$active = _isInBoxList($idrss, $boxlist) ? 'yes' : 'no';
print '<tr class="oddeven">';
print '<td>'.$langs->trans('Active').'</td>';
print '<td>'.$langs->trans($active).'</td>';
print '<td>'.$langs->trans('WidgetEnabled').'</td>';
print '<td>'.yesno($active).'</td>';
print "</tr>";
print '</table>';