diff --git a/manual/docbook/doctrine.xml b/manual/docbook/doctrine.xml
index 7012a86d1..63171ea08 100644
--- a/manual/docbook/doctrine.xml
+++ b/manual/docbook/doctrine.xml
@@ -147,10 +147,7 @@
- ]]>
-
-
+?>]]>
Doctrine support Autoloading for including
@@ -167,9 +164,7 @@
function __autoload($class) {
Doctrine::autoload($class);
}
-?>
- ]]>
-
+?>]]>
If your project uses autoload and/or you have other libraries that use
@@ -181,9 +176,7 @@
- ]]>
-
+?>]]>
@@ -201,10 +194,7 @@
// on some other script:
require_once('path_to_doctrine/Doctrine.compiled.php');
-?>
- ]]>
-
-
+?>]]>
@@ -277,9 +267,7 @@
print $phonenumber."\n";
}
}
-?>
- ]]>
-
+?>]]>