jmcastagnetto Thu Mar 15 03:13:40 2001 EDT
Modified files:
/phpdoc/en/functions bzip2.xml
Log:
s/<br>/<br>/
Index: phpdoc/en/functions/bzip2.xml
diff -u phpdoc/en/functions/bzip2.xml:1.4 phpdoc/en/functions/bzip2.xml:1.5
--- phpdoc/en/functions/bzip2.xml:1.4 Wed Mar 14 23:10:03 2001
+++ phpdoc/en/functions/bzip2.xml Thu Mar 15 03:13:40 2001
@@ -177,12 +177,12 @@
print( "Compressed String: " );
print( $bzstr );
-print( "\n<br>\n" );
+print( "\n<br>n" );
$str = bzdecompress($bzstr);
print( "Decompressed String: " );
print( $str );
-print( "\n<br>\n" );
+print( "\n<br>n" );
?>
</programlisting>
</example>
@@ -339,7 +339,7 @@
bzclose($bz);
print( "The contents of /tmp/foo.bz2 are: " );
-print( "\n<br>\n" );
+print( "\n<br>n" );
print( $decompressed_file );
?>
</programlisting>