# HG changeset patch # User bsw # Date 1269545580 -3600 # Node ID 486ad118c2775dddcddd7fddc6aa7dfd52ff99ac # Parent 5ab8a36ffe19687c744d8d99c09265475ee1c4bb Fixed wrong/duplicate autodoc entry in rocketcgi.lua diff -r 5ab8a36ffe19 -r 486ad118c277 libraries/rocketcgi/rocketcgi.lua --- a/libraries/rocketcgi/rocketcgi.lua Thu Mar 25 20:25:12 2010 +0100 +++ b/libraries/rocketcgi/rocketcgi.lua Thu Mar 25 20:33:00 2010 +0100 @@ -98,8 +98,8 @@ --//-- --[[-- -rocketcgi.set_status( - status -- Status code and description, e.g. "404 Not Found" +rocketcgi.set_content_type( + content_type -- MIME content type ) Sends a header line specifying the content-type to the browser.