Just a shot in the dark, but ...

Do you have your PerlHandler set correctly for Mason execution of you templates?

Something like the following in apache?

      # apache 1.3.x
      # Match all *.html files
        <LocationMatch "\.(html)$">
          SetHandler perl-script
          PerlHandler HTML::Mason::ApacheHandler
        </LocationMatch>

- Jeff


----- Original Message ----
From: Wendy Tan <[EMAIL PROTECTED]>
To: mason-users@lists.sourceforge.net
Sent: Tuesday, May 1, 2007 3:27:45 PM
Subject: [Mason] firefox and opera browsers render source code instead of web 
pages

Please help. 

The autohandler has <html></html> tags and the component which returns
HTML codes has <table></table> codes. When using firebox and opera, the
page shows source code instead of normal nice web page. If I add <html>
again in the component, then the page displays fine. I don't think this
is a good fix because the source code ends up with mutiple <html> tags.
Where do you think the problem is from? Mason, Apache or browser? 



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to