Skip to content

Commit 80c6654

Browse files
committed
Fix backtics
1 parent 014a892 commit 80c6654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

16/umbraco-forms/editor/creating-a-form/conditional-logic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ To change the default format setting for dates, follow the steps below:
7070
1. Open the `appSettings.json` file.
7171
2. Change the `DatePickerFormat` value to `L` (the default is `LL`):
7272

73-
´´´json
73+
```json
7474
"Forms": {
7575
"FieldTypes": {
7676
"DatePicker": {
7777
"DatePickerFormat": "L"
7878
}
7979
}
8080
}
81-
´´´
81+
```

0 commit comments

Comments
 (0)