jsgoupil Wed May 24 15:50:37 2006 UTC
Modified files:
/phpdoc/en/reference/misc/functions eval.xml
Log:
removed unwanted space
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/misc/functions/eval.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/misc/functions/eval.xml
diff -u phpdoc/en/reference/misc/functions/eval.xml:1.15
phpdoc/en/reference/misc/functions/eval.xml:1.16
--- phpdoc/en/reference/misc/functions/eval.xml:1.15 Wed May 24 15:18:38 2006
+++ phpdoc/en/reference/misc/functions/eval.xml Wed May 24 15:50:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.58 -->
<refentry id="function.eval">
<refnamediv>
@@ -17,7 +17,7 @@
<parameter>code_str</parameter> as PHP code. Among other things,
this can be useful for storing code in a database text field for
later execution. <parameter>code_str</parameter> does not have to
- contain <link linkend="language.basic-syntax.phpmode"> PHP Opening
+ contain <link linkend="language.basic-syntax.phpmode">PHP Opening
tags</link>.
</simpara>
<simpara>