Update POD to show new default mime type.

This commit is contained in:
Colin Kuskie 2009-09-04 09:04:33 -07:00
parent 0dd476e59f
commit 48be049930

View file

@ -459,7 +459,7 @@ sub setLastModified {
=head2 setMimeType ( mimetype )
Override mime type for the document, which is defaultly "text/html". Also see setFilename().
Override mime type for the document, which is defaultly "text/html; charset=UTF-8". Also see setFilename().
B<NOTE:> By setting the mime type to something other than "text/html" WebGUI will automatically not process the normal page contents. Instead it will return only the content of your Wobject function or Operation.