Skip to content

Commit

Permalink
修复 Tab 空格混用报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Diamochang authored Dec 2, 2023
1 parent bfdd742 commit b2677db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ function adminhCaptcha_config_page() {
<input type="hidden" name="nonce" value="$nonce" />
<p>
<label>你从 hCaptcha 仪表板获得的站点密钥(sitekey):</label>
<input type="text" id="abdulrauf_adminhCaptcha_public_key" name="abdulrauf_adminhCaptcha_public_key" value="$pubkey">
<input type="text" id="abdulrauf_adminhCaptcha_public_key" name="abdulrauf_adminhCaptcha_public_key" value="$pubkey">
</p>
<p>
<p>
<label>你从 hCaptcha 仪表板获得的私钥(secret):</label>
<input type="text" id="abdulrauf_adminhCaptcha_private_key" name="abdulrauf_adminhCaptcha_private_key" value="$privkey">
<input type="text" id="abdulrauf_adminhCaptcha_private_key" name="abdulrauf_adminhCaptcha_private_key" value="$privkey">
</p>
<p><input type="submit" value="保存设置" class="button" /></p>
</form>
</main>
HTML;
HTML;
}

// Save hCaptcha keys in database
Expand Down

0 comments on commit b2677db

Please sign in to comment.