aidan           Sat Oct 30 00:42:07 2004 EDT

  Modified files:              
    /phpdoc/en/language/oop5    patterns.xml 
  Log:
  Added ids (fixed a bug in livedocs rendering)
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/patterns.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/language/oop5/patterns.xml
diff -u phpdoc/en/language/oop5/patterns.xml:1.2 
phpdoc/en/language/oop5/patterns.xml:1.3
--- phpdoc/en/language/oop5/patterns.xml:1.2    Fri Oct 29 23:39:06 2004
+++ phpdoc/en/language/oop5/patterns.xml        Sat Oct 30 00:42:07 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <sect1 id="language.oop5.patterns">
  <title>Patterns</title>
  <para>
@@ -7,7 +7,7 @@
   They show a flexible solution to common programming problems.
  </para>
 
- <sect2>
+ <sect2 id="language.oop5.patterns.factory">
   <title>Factory</title>
   <para>
    The Factory pattern allows for the instantation of objects
@@ -55,7 +55,7 @@
   </example>
  </sect2>
 
- <sect2>
+ <sect2 id="language.oop5.patterns.singleton">
   <title>Singleton</title>
   <para>
    The Singleton pattern applies to situations in which

Reply via email to