Bug #761 : Aspect name double escaped in page title
This commit is contained in:
parent
3e9cce2a4b
commit
346217ea46
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
-# the COPYRIGHT file.
|
-# the COPYRIGHT file.
|
||||||
|
|
||||||
- content_for :page_title do
|
- content_for :page_title do
|
||||||
= @aspect.name
|
= @aspect.name.html_safe
|
||||||
|
|
||||||
.span-24.last
|
.span-24.last
|
||||||
%h2{:style=>"position:relative;margin-bottom:0;"}
|
%h2{:style=>"position:relative;margin-bottom:0;"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue