From 0e5e08a96e62a7bc058ac1cf87f5808f06988bb4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 30 May 2009 11:27:25 +0000 Subject: [PATCH 1/1] Make links in tags active in the data browser. Fixes #1855. --- app/views/browse/_tag.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/browse/_tag.rhtml b/app/views/browse/_tag.rhtml index 8a57387bf..a9a122e6d 100644 --- a/app/views/browse/_tag.rhtml +++ b/app/views/browse/_tag.rhtml @@ -1,3 +1,3 @@ - <%= h(tag[0]) %> = <%= h(tag[1]) %> + <%= h(tag[0]) %> = <%= sanitize(auto_link(tag[1])) %> -- 2.43.2