mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Small typo fix
This commit is contained in:
parent
17771cf3e0
commit
60a03ad907
@ -343,7 +343,7 @@ if ($action=='options')
|
|||||||
foreach ($lw_context_areas as $lw_key=>$lw_desc)
|
foreach ($lw_context_areas as $lw_key=>$lw_desc)
|
||||||
{
|
{
|
||||||
$checked = $pref['lw_context_visibility'][$lw_key] ? "checked='checked'" : '';
|
$checked = $pref['lw_context_visibility'][$lw_key] ? "checked='checked'" : '';
|
||||||
$text .= "<input type='checkbox' name='lw_visibility_area[]' value='{$lw_key}' {$checked} /> {$lw_desc}s<pan class='field-help>".LWLAN_27."</span><br />";
|
$text .= "<input type='checkbox' name='lw_visibility_area[]' value='{$lw_key}' {$checked} /> {$lw_desc}<span class='field-help>".LWLAN_27."</span><br />";
|
||||||
}
|
}
|
||||||
$text .= "</td>
|
$text .= "</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user