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.