diff options
| author | Leszek Manicki <leszek.manicki@wikimedia.de> | 2016-03-02 12:34:54 +0100 |
|---|---|---|
| committer | Leszek Manicki <leszek.manicki@wikimedia.de> | 2016-03-02 12:34:54 +0100 |
| commit | ca8e6fc3d3262aa620eed693e08a69d5aea5527a (patch) | |
| tree | 21028ad2429bf38b32717087ebf04b8435247494 /admin | |
| parent | 3502dbadbfdb0f2d5e350871d550f023005d69b1 (diff) | |
| download | planet-ca8e6fc3d3262aa620eed693e08a69d5aea5527a.tar planet-ca8e6fc3d3262aa620eed693e08a69d5aea5527a.tar.gz planet-ca8e6fc3d3262aa620eed693e08a69d5aea5527a.tar.bz2 planet-ca8e6fc3d3262aa620eed693e08a69d5aea5527a.tar.xz planet-ca8e6fc3d3262aa620eed693e08a69d5aea5527a.zip | |
Fix typo
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> |
