[MKDoc-dev] [BUG] 1.6 404 error documents served as text/plain

Bruno Postle bruno at webarchitects.co.uk
Fri Oct 8 17:18:28 BST 2004


On Fri 08-Oct-2004 at 17:01 +0100, Chris Croome wrote:
> 
> For some odd reason 404's served with the text/plain mime type

This applies to all pages constructed by MKDoc when the server
reaches the end of the plugin list and displays the default
flo::plugin::Error module - Not just 404 messages.

> to fix do this:

It isn't very clear what you mean by this.  If you are working with
a CVS version of the code, it is easy to generate a patch with your
changes that can be applied automatically like so:

   cvs diff

You can paste the output of diff into an email and send it to the
list, for example the fix I think you were trying to send looks like
this:

Index: flo/plugin/Error.pm
===================================================================
RCS file: /var/spool/cvs/mkd/flo/plugin/Attic/Error.pm,v
retrieving revision 1.3.2.10
diff -r1.3.2.10 Error.pm
70c70
< Content-Type: text/plain
---
> Content-Type: text/html

-- 
Bruno


More information about the MKDoc-dev mailing list