Skip to content

Commit 4b6f41b

Browse files
SkyBird233HouLiXieBuRou
authored andcommitted
fix: some spacing issue
1 parent b7948e7 commit 4b6f41b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/download/DownloadDetailsMain.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ const mediaWritersInfo = setNestedKeyValue(
9898

9999
<app-h2>{{ textValue.title3 }}</app-h2>
100100
<p>
101-
{{ textValue.text14 }}
101+
<span>{{ textValue.text14 }}</span>
102102
<link-standard :link="useTIndex(locallink.contact, 2)" />
103-
{{ textValue.text15 }}
103+
<span>{{ textValue.text15 }}</span>
104104
</p>
105105
</div>
106106
</template>

locales/zh-cn/json/page/crowdsourcing.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"p2": {
12-
"text": ["您可以前往 Wiki 站点查阅", " "]
12+
"text": ["您可以前往 Wiki 站点查阅", ""]
1313
},
1414
"ul1": {
1515
"li": [

0 commit comments

Comments
 (0)