Index: sifr.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/sifr/sifr.module,v
retrieving revision 1.14
diff -u -r1.14 sifr.module
--- sifr.module	24 Feb 2007 19:50:43 -0000	1.14
+++ sifr.module	28 Feb 2007 00:51:13 -0000
@@ -720,9 +720,11 @@
 
 function sifr_wrap_rules($rules) {
   if (is_array($rules)) {
+    $output  = "\n//<![CDATA['\n";
     $output .= "if(typeof sIFR == \"function\") {\n";
     $output .= implode("  ", $rules);
     $output .= "};\n";
+    $output .= "//]]>\n";
   }
   return $output;
 }
