Browse Source

Fixed missing section closing tag

Luke Taylor 17 years ago
parent
commit
2d0b594a97
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/docbkx/namespace-config.xml

+ 4 - 1
src/docbkx/namespace-config.xml

@@ -196,7 +196,9 @@
           <classname>InMemoryDaoImpl</classname>. A <literal>ProviderManager</literal>
           <classname>InMemoryDaoImpl</classname>. A <literal>ProviderManager</literal>
           bean is always created by the namespace processing system and the
           bean is always created by the namespace processing system and the
           <classname>DaoAuthenticationProvider</classname>
           <classname>DaoAuthenticationProvider</classname>
-          is automatically registered with it.</para>
+          is automatically registered with it. You can find more detailed 
+          information on the beans that are created in the <link xlink:href="#appendix-namespace">namespace appendix</link>. 
+        </para>
       </sidebar>
       </sidebar>
       <para>
       <para>
         The configuration above defines two users, their passwords and their roles within the application (which will
         The configuration above defines two users, their passwords and their roles within the application (which will
@@ -303,6 +305,7 @@
           </para>
           </para>
         
         
         </section>
         </section>
+      </section>
     </section>
     </section>
     <section xml:id="ns-auth-providers">
     <section xml:id="ns-auth-providers">
       <title>Using other Authentication Providers</title>
       <title>Using other Authentication Providers</title>