I develop my site on my local machine, commit changes to svn on my account space, then update the code on the live site with svn again. Pretty basic.
On this last iteration, when I tried to view my newest update, my browser decided to display the html code instead of the rendered page.
When I run and view the code on a local server it renders correctly in the browser. This behavior exhibits itself in Firefox v2.0.0.14.
The html which is being displayed looks to be correct. The meta tag has content="text/html;charset=UTF-8" in it, so it's not that.
I'm very confused. I don't know if this is a server settings issue or if something in my code is causing this. There is nothing in the site's error log (production.log) that seems to relate to this.
Could someone please point me in the right direction? Thanks!