From 90393b12dd04b2ab4b0e642b4065ea817c2e362b Mon Sep 17 00:00:00 2001 From: pookey Date: Thu, 31 May 2007 20:21:46 +0000 Subject: [PATCH] attempting to remove the blank lines after programlistings --- manual/docbook/doctrine.xml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) 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"; } } -?> - ]]> - +?>]]>