Internet Explorer cannot display SharePoint 2013 ODATA feed

When your starting developing in SharePoint 2013 you can use the Client Object Model (CSOM). Well this is the “old” approach of developing against SharePoint. Starting from SP 2013 you can use ODATA to develop againt SP 2013. The only thing that you have to do is to go to your SharePoint 2013 site and add _api to it. Example: http://Servername/_api

When you want to see the list available in your site you just enter lists behind it. Example: http://Servername/_api/lists

When you do that in Internet Explorer you would get the screen rendered as below.
Atom SP13

The data is there but it isn’t shown as you want. To fix this follow the steps below.

Go to internet options and change:
IE options content
IE feed render settings

When you navigate again to that page (F5 won’t work), the ODATA is shown like this now:
ODATA SP13