[PHP-DOC] cvs: phpdoc /en/faq general.xml From: jim winstead (jimw <email protected>)
Date: 11/11/01

jimw Sun Nov 11 15:27:31 2001 EDT

  Modified files:
    /phpdoc/en/faq general.xml
  Log:
  fix missing trailing ; on entity
  
Index: phpdoc/en/faq/general.xml
diff -u phpdoc/en/faq/general.xml:1.13 phpdoc/en/faq/general.xml:1.14
--- phpdoc/en/faq/general.xml:1.13 Sat Nov 10 16:49:29 2001
+++ phpdoc/en/faq/general.xml Sun Nov 11 15:27:31 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <chapter id="faq.general">
   <title>General Information</title>
   <titleabbrev>General Information</titleabbrev>
@@ -28,7 +28,7 @@
       A nice introduction to PHP by Stig S&aelig;ther Bakken can be found
       <ulink url="&faqurl.zend.introduction;">here</ulink> on the Zend
       website. Also, much of the
- <ulink url="&url.php.conf">PHP Conference Material</ulink> is freely available.
+ <ulink url="&url.php.conf;">PHP Conference Material</ulink> is freely available.
      </para>
     </answer>
    </qandaentry>