From 6e9b3b36b981544ecb2b4516ff60a0b31fb2a219 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 13 Dec 2013 17:18:48 -0300 Subject: [PATCH] Fix xss issue at body_classes --- app/views/layouts/application-ng.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application-ng.rhtml b/app/views/layouts/application-ng.rhtml index c48727b..60cd7bc 100644 --- a/app/views/layouts/application-ng.rhtml +++ b/app/views/layouts/application-ng.rhtml @@ -22,7 +22,7 @@ DEFAULT_LOADING_MESSAGE = <%="'#{ _('loading...') }'" %>; - + <%= _("Go to the content") %> <%= -- libgit2 0.21.2