Skip to content

Commit 6adfc05

Browse files
committed
Remove backticks from code blocks
1 parent bad7c69 commit 6adfc05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/member/password-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It is recommended to select good a [password security policy](control-panel/sett
1717

1818
## Validation URL
1919

20-
`{exp:member:validation_url fields="password_rank"}`
20+
{exp:member:validation_url fields="password_rank"}
2121

2222
Return URL that is serving as the endpoint for validating member data and getting password rank. It can only accept POST requests sent via AJAX.
2323
It returns a JSON string that can contain following keys:

docs/templates/conditionals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ You can test against the username of the currently logged in user.
429429

430430
Whether Multi-Factor Authentication is enabled for logged in user.
431431

432-
`{if !mfa_enabled}Enable multi-factor authentication for more security{/if}`
432+
{if !mfa_enabled}Enable multi-factor authentication for more security{/if}
433433

434434
### `segment_*X*`
435435

0 commit comments

Comments
 (0)