diff options
author | neptune | 2021-11-15 13:35:08 -0300 |
---|---|---|
committer | neptune | 2021-11-15 13:35:08 -0300 |
commit | a16f23f034fb942b44e0665224d499af57aec1ad (patch) | |
tree | 8733eec9968d38153f1e0cfa2ca76f664dfb1773 /cgi/templates/manage/boardoptions.html | |
parent | e34ea592bd9981d99d1c7f70c0fbf10c0bd83eb3 (diff) | |
download | weabot-a16f23f034fb942b44e0665224d499af57aec1ad.tar.gz weabot-a16f23f034fb942b44e0665224d499af57aec1ad.tar.xz weabot-a16f23f034fb942b44e0665224d499af57aec1ad.zip |
Nueva revisiĆ³n Py3
Diffstat (limited to 'cgi/templates/manage/boardoptions.html')
-rw-r--r-- | cgi/templates/manage/boardoptions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/manage/boardoptions.html b/cgi/templates/manage/boardoptions.html index fcd3bb8..4e33e5b 100644 --- a/cgi/templates/manage/boardoptions.html +++ b/cgi/templates/manage/boardoptions.html @@ -174,7 +174,7 @@ </tr> <tr> <td class="postblock">Archivar hilos</td> -<td><input type="checkbox" name="archive" id="arch" value="1"#{checked(boardopts['archive'] == '1')} /><label for="arch"></label></td> +<td><input type="checkbox" name="archive" id="arch" value="1"#{checked(boardopts['archive'])} /><label for="arch"></label></td> </tr> <tr> <td class="postblock">Espera para crear nuevo hilo</td> |