NewLife/YuQue

[fix] GetCopyright
大石头 authored at 2025-08-01 14:51:53
a7ed35d
Tree
1 Parent(s) 7f93f15
Summary: 1 changed files with 1 additions and 1 deletions.
Modified +1 -1
Modified +1 -1
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())
     {