[PATCH 4/6 conductor] replace unicode character which causes an error on ruby 1.9 / F17+

Jason Guiditta jguiditt at redhat.com
Fri Feb 17 15:09:37 UTC 2012


On 16/02/12 17:09 -0500, Mo Morsi wrote:
>---
> src/app/stylesheets/layout.scss |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
>index d9aa2ff..07a0c2d 100644
>--- a/src/app/stylesheets/layout.scss
>+++ b/src/app/stylesheets/layout.scss
>@@ -2768,7 +2768,7 @@ ul.catalog_pretty {
>         display: table-cell;
>         vertical-align: middle;
>         a{ margin-right: 10px; text-decoration: none; }
>-        a:after{ content: " ▼"; }
>+        a:after{ content: " +"; }
>         a:hover{ color: black; }
>       }
>
>-- 
>1.7.6.5
>
ACK, -1 to whoever added unicode character here to begin with.

-j



More information about the aeolus-devel mailing list