From 346217ea46d41d5573bda396282f62ac8c551344 Mon Sep 17 00:00:00 2001 From: Dorian Date: Sun, 26 Dec 2010 03:59:15 +0100 Subject: [PATCH] Bug #761 : Aspect name double escaped in page title --- app/views/aspects/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/aspects/show.html.haml b/app/views/aspects/show.html.haml index b2970c59d..99f7567ab 100644 --- a/app/views/aspects/show.html.haml +++ b/app/views/aspects/show.html.haml @@ -3,7 +3,7 @@ -# the COPYRIGHT file. - content_for :page_title do - = @aspect.name + = @aspect.name.html_safe .span-24.last %h2{:style=>"position:relative;margin-bottom:0;"}