Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Action
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8232/pkg/base_page/OpenInteract2/Action
Modified Files:
Page.pm
Log Message:
%DISPLAY_TYPES (which defines which file types should be shown inside
the normal template setup) should not contain text/css
Index: Page.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Action/Page.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Page.pm 8 Nov 2004 14:48:41 -0000 1.23
--- Page.pm 10 Jan 2005 15:14:23 -0000 1.24
***************
*** 30,34 ****
# etc.) get sent to the user directly
! my %DISPLAY_TYPES = map { $_ => 1 } ( 'text/html', 'text/css', 'text/plain' );
# Use this to separate your single document into multiple pages
--- 30,34 ----
# etc.) get sent to the user directly
! my %DISPLAY_TYPES = map { $_ => 1 } ( 'text/html', 'text/plain' );
# Use this to separate your single document into multiple pages
|