Skip to content

Commit 0225aef

Browse files
committed
feat: disable auto-add of p/br tags during WXR import (#2384)
1 parent c90f454 commit 0225aef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/back-end/builddata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "0.47.3",
3-
"build": 17397
3+
"build": 17402
44
}

app/src/components/WPImport.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
slot="field"
129129
id="use-autop"
130130
ref="use-autop"
131-
:checked="true" />
131+
:checked="false" />
132132
</field>
133133
</div>
134134
</div>

0 commit comments

Comments
 (0)