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