nlopess Wed Dec 17 10:37:53 2003 EDT
Modified files:
/phpdoc/en/reference/math/functions decbin.xml
Log:
added newline
Index: phpdoc/en/reference/math/functions/decbin.xml
diff -u phpdoc/en/reference/math/functions/decbin.xml:1.6
phpdoc/en/reference/math/functions/decbin.xml:1.7
--- phpdoc/en/reference/math/functions/decbin.xml:1.6 Tue Dec 16 14:15:12 2003
+++ phpdoc/en/reference/math/functions/decbin.xml Wed Dec 17 10:37:53 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
<refentry id="function.decbin">
<refnamediv>
@@ -23,7 +23,7 @@
<programlisting role="php">
<![CDATA[
<?php
-echo decbin(12);
+echo decbin(12) . "\n";
echo decbin(26);
?>
]]>