Adding div id leading to 500 internal server error in linu

Hi,

When i am going to change the div id of an haml page on a linux system
leading to 500 error.

Example:

index.html.haml

Original code:

#home-main
#home-main-left
#div-home-step-1
#div-home-step-2
#div-home-step-3

This i am changing to index.html.haml changed one

#home-main
#home-main-left
.Test
#div-home-step-1
#div-home-step-2
#div-home-step-3

This changed file i am uploading to linux server.

When i am changing these things its leading to 500 error.

On Fri, Jan 29, 2010 at 6:00 AM, Kumar Kk [email protected] wrote:

#home-main
#home-main-left
.Test
#div-home-step-1
#div-home-step-2
#div-home-step-3

This changed file i am uploading to linux server.

When i am changing these things its leading to 500 error.

Check your indentation.
If you need further help, post some error log.

Cheers.


Leonardo M…
There’s no place like ~