From 8b3ed2b68ae615523299c5551b4ad6ab8e7f74cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 25 Oct 2016 11:18:34 -0200 Subject: Fix HTML escaping in the guides render :html escapes the argument if not provided as html safe. --- guides/source/layout.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/layout.html.erb') diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb index 943fd3fd7f..bb50761b30 100644 --- a/guides/source/layout.html.erb +++ b/guides/source/layout.html.erb @@ -88,7 +88,7 @@
- <%= yield.html_safe %> + <%= yield %>

Feedback

-- cgit v1.2.3