diff --git a/NewLife.YuqueWeb/Views/Shared/_Footer_yq.cshtml b/NewLife.YuqueWeb/Views/Shared/_Footer_yq.cshtml
index 90834d8..5382e4e 100644
--- a/NewLife.YuqueWeb/Views/Shared/_Footer_yq.cshtml
+++ b/NewLife.YuqueWeb/Views/Shared/_Footer_yq.cshtml
@@ -24,7 +24,7 @@
<div style="margin-top:20px;" class="text-center">
@if (!copyright.IsNullOrEmpty())
{
- <span>@copyright</span>
+ <span>@Html.Raw(copyright)</span>
}
@if (!set.Registration.IsNullOrEmpty())
{