[Rt-commit] [svn] r1865 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . lib/RT/Interface/Web

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Nov 11 03:51:47 EST 2004


Author: jesse
Date: Thu Nov 11 03:51:46 2004
New Revision: 1865

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
Log:
 r9127 at tinbook:  jesse | 2004-11-11T04:07:56.058756Z
  r8951 at tinbook:  jesse | 2004-11-09T04:59:07.816904Z
  Fixed a comment about the static_source directive for mason. Thanks to matthewd
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Interface/Web/Handler.pm	Thu Nov 11 03:51:46 2004
@@ -53,7 +53,7 @@
     default_escape_flags => 'h',
     data_dir             => "$RT::MasonDataDir",
     allow_globals        => [qw(%session)],
-    # Turn off static source if we're not in developer mode.
+    # Turn off static source if we're in developer mode.
     static_source        => ($RT::DevelMode ? '0' : '1'), 
     autoflush            => 0
 ) };


More information about the Rt-commit mailing list