SVN: toys/rsget.pl/RSGet/HTTPRequest.pm
    sparky 
    sparky at pld-linux.org
       
    Tue Jul 20 21:04:05 CEST 2010
    
    
  
Author: sparky
Date: Tue Jul 20 21:04:05 2010
New Revision: 11687
Modified:
   toys/rsget.pl/RSGet/HTTPRequest.pm
Log:
- added no_rsget class to <body>
Modified: toys/rsget.pl/RSGet/HTTPRequest.pm
==============================================================================
--- toys/rsget.pl/RSGet/HTTPRequest.pm	(original)
+++ toys/rsget.pl/RSGet/HTTPRequest.pm	Tue Jul 20 21:04:05 2010
@@ -42,7 +42,7 @@
 			. '<link rel="stylesheet" type="text/css" href="main.css" media="screen" />'
 			. ($js ? qq#<script type="text/javascript" src="$js"></script># : '')
 		. '</head>'
-		. '<body>'
+		. '<body class="no_rsget">'
 		;
 
 }
    
    
More information about the pld-cvs-commit
mailing list