... ok,

it was the Simpla theme for Mephisto. The file app/views/layouts/
simple.rhtml contain the string :

                                   <body id="body-<%=
controller.controller_name %>">

whitch produce the following bad sobstitution

                                   <body id="body-account
                                   <span class="heroku_marker
heroku_start" style="display: none">app/views/layouts/simple.rhtml</
span>
                                   ">

As a work around I modified that in to <body id="body-admin">#<%=
controller.controller_name %>
and it works.

Bye lgs




On Jun 5, 3:35 pm, lgs <[EMAIL PROTECTED]> wrote:
> Hello,
> getting back a "wite admin page" by my mephisto new deploy, I tryed to
> get the source code in my client browser and I found a little bug
> here :
> ...
> ...
> <body id="body-account
> <span class="heroku_marker heroku_start" style="display: none">app/
> views/layouts/simple.rhtml</span>
> ">
> ...
> ...
> As you can see, the little    ">    chars are in a wrong place,
> preventig the page to be correctly displayed by the
> client browser ( it should have to be :
> ...
> <body id="body-account ">
> <span class="heroku_marker heroku_start" style="display: none">app/
> views/layouts/simple.rhtml</span>
> ...
> instead. This seems to be an Heroku platform issue.
>
> What do you say ?
> Thanks in advance
> luca g.s.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to