diff --git a/modules/about/client/templates/score-rules-en.md b/modules/about/client/templates/score-rules-en.md
index 83038e24..654b013f 100644
--- a/modules/about/client/templates/score-rules-en.md
+++ b/modules/about/client/templates/score-rules-en.md
@@ -1,6 +1,6 @@
### :orange_book: User Score Rules Detail - %(appConfig.name)s
-%(appConfig.name)s provide a `user level` system, there are many ways for users to earn scores, and scores are also very useful. The user's scores are also the basis for calculating the user's level. Different user's levels correspond to different access rights. [Details of the user's level details can be viewed here](/about/manual/userLevelRules).
+**%(appConfig.name)s** provide a user level system, there are many ways for users to earn scores, and scores are also very useful. The user's scores are also the basis for calculating the user's level. Different user's levels correspond to different access rights. [Details of the user's level details can be viewed here](/about/manual/userLevelRules).
@@ -17,7 +17,7 @@
#### :white_small_square: Score deduction rules
-* Reactivate a long unused user account, account status changed from **inactive** to **normal**, deducted `%(signConfig.activeIdleAccountScore)d` scores.
+* Reactivate a long unused user account, account status changed from inactive to normal, deducted `%(signConfig.activeIdleAccountScore)d` scores.
* Exchange an invitation, need to deduct `%(inviteConfig.scoreExchange)d` scores.
* Each time a user post a request, the system will automatically reclaim `%(requestsConfig.scoreForAddRequest)d` scores. If the request is answered and accepted by the requester, the system will automatically deduct the scores the requester rewards.
* Remove an H&R warning, need to deduct `%(hnrConfig.scoreToRemoveWarning)d` scores.
diff --git a/modules/about/client/templates/score-rules-zh.md b/modules/about/client/templates/score-rules-zh.md
index e4b772be..77341d3f 100644
--- a/modules/about/client/templates/score-rules-zh.md
+++ b/modules/about/client/templates/score-rules-zh.md
@@ -1,6 +1,6 @@
### :orange_book: 用户积分细则详细说明 - %(appConfig.name)s
---
-%(appConfig.name)s 提供一个 **用户积分** 系统,用户有很多种获取积分的办法,而且积分也有非常大的用处。用户积分也是计算用户等级的基础,不同的用户等级对应不同的访问权限,[这里可以查看有关用户等级的细则详情](/about/manual/userLevelRules)。
+**%(appConfig.name)s** 提供一个 用户积分 系统,用户有很多种获取积分的办法,而且积分也有非常大的用处。用户积分也是计算用户等级的基础,不同的用户等级对应不同的访问权限,[这里可以查看有关用户等级的细则详情](/about/manual/userLevelRules)。
@@ -15,7 +15,7 @@
#### :white_small_square: 积分扣除规则
-* 重新激活长时间未使用的用户帐户,帐户状态由 **非激活** 变为 **正常**, 扣除 `%(signConfig.activeIdleAccountScore)d` 积分。
+* 重新激活长时间未使用的用户帐户,帐户状态由 非激活 变为 正常, 扣除 `%(signConfig.activeIdleAccountScore)d` 积分。
* 兑换一张邀请函,需要扣除 `%(inviteConfig.scoreExchange)d` 积分。
* 用户每发布一条请求,系统会自动回收 `%(requestsConfig.scoreForAddRequest)d` 积分,如果请求被回应而且被请求者采纳,系统会自动扣除请求者悬赏的积分。
* 移除一条 H&R 警告,需要扣除 `%(hnrConfig.scoreToRemoveWarning)d` 积分。
diff --git a/modules/systems/client/controllers/systems-config.client.controller.js b/modules/systems/client/controllers/systems-config.client.controller.js
index 91f977e4..0124a25c 100644
--- a/modules/systems/client/controllers/systems-config.client.controller.js
+++ b/modules/systems/client/controllers/systems-config.client.controller.js
@@ -241,7 +241,7 @@
user: vm.user
});
- return marked(tmp, {sanitize: true});
+ return marked(tmp, {sanitize: false});
};
/**