diff -r a2b20a832447 -r 01955bf53f96 includes/template.php --- a/includes/template.php Sat Sep 08 15:06:28 2007 -0400 +++ b/includes/template.php Sat Sep 08 22:58:38 2007 -0400 @@ -943,7 +943,15 @@ $h = fopen($tpl_filename, 'w'); if(!$h) return $text; $t = addslashes($text); - fwrite($h, ''); + $notice = <<'); fclose($h); } return $text; //('
'.htmlspecialchars($text).'
');