diff --git a/doc/reference/src/dbprovider.xml b/doc/reference/src/dbprovider.xml
index 087f83ab..12a26468 100644
--- a/doc/reference/src/dbprovider.xml
+++ b/doc/reference/src/dbprovider.xml
@@ -478,7 +478,8 @@
TargetDbProviders. The key of this dictionary
contains the name of a dbProvider and its value is a dbProvider object.
(You can also provide this dictionary as a constructor argument.)
-During request processing, once you have determined which target
+
+ During request processing, once you have determined which target
dbProvider should be use, in this example database1ProviderName, you
should execute the following code is you are using Spring 1.2 M1 or
later
@@ -515,7 +516,6 @@ LogicalThreadContext.SetData(MultiDelegatingDbProvider.CURRENT_DBPROVIDER_SLOTNA
<property name="TargetDbProviders" ref="dbProviderDictionary"/>
</object>
-
\ No newline at end of file