diff options
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php index 42ddf19..a01b77b 100755 --- a/admin/index.php +++ b/admin/index.php @@ -119,7 +119,7 @@ ob_start(); } else { echo _g('Not in cache'); } - $check_is_down = $opml_person->getIsDown() === '1' ? 'checked="cheched"' : ''; + $check_is_down = $opml_person->getIsDown() === '1' ? 'checked="checked"' : ''; ?> </td> <td><input type="text" size="30" class="text" name="opml[<?=$i; ?>][website]" value="<?=$opml_person->getWebsite(); ?>" /></td> |
