> Any idea why 3 requests are made from the browser ?
>
> -Arun
It looks to me like three requests were made, because it's getting
three different resources:
GET /runlogs
GET /stylesheets/scaffold.css?1240977992
GET /favicon.ico
Probably because the HTML at /runlogs refers to the stylesheet and
icon, and the browser goes and gets them to display them. No?