From 473b3bf02e6f2683997f93ddefcb44bb56e5cd6c Mon Sep 17 00:00:00 2001 From: Bohung Date: Thu, 1 Apr 2021 17:23:35 +0800 Subject: [PATCH] Fix bug. --- app/views/admin/web_resources/_index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/web_resources/_index.html.erb b/app/views/admin/web_resources/_index.html.erb index 8ea8dcb..207aedc 100644 --- a/app/views/admin/web_resources/_index.html.erb +++ b/app/views/admin/web_resources/_index.html.erb @@ -12,7 +12,7 @@ <%= link.status_for_table %> <%= link.category.title rescue "" %> - <%= link.title %> + <%= link.title.to_s.html_safe %>