Hi,

In my handler.pl I have:

        {
                package HTML::Mason::Commands;
                use CGI qw(-no_xhtml);
                etc...
        }

After restarting apache2, CGI.pm's start_html() function emits:

        <html lang="fr-FR"><head><title>My title</title>

But after a 3 reloads it starts emitting:

        <html xmlns="http://www.w3.org/1999/xhtml"; lang="fr-FR" 
xml:lang="fr-FR">

Why would CGI.pm's behaviour suddenly change?

Thanks,

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to