search for: rdigikam

Displaying 1 result from an estimated 1 matches for "rdigikam".

Did you mean: digikam
2006 Nov 04
0
weird problem with content type
...to use this: puts "Content-Type: text/html" then it display the page as html normally but I still get that ugly part on top of my page: Content-Type: text/html Set-Cookie: _session_id=6356b18a24d56a0da01bfab791fa911d; path=/ Status: 200 OK Cache-Control: no-cache here is the url: http://rdigikam.sitlib.org/calendar/list?month=8&year=2006 the rest of the page that works: http://rdigikam.sitlib.org/tags any idea how I could get rid of this? This is the code of my list.rhtml: <center> <br><br> <% startdate = Time.local(2006,8,1) endate = Time.local(2006,8,31) ca...