Add missing section ids in reference documentation

Add missing id attributes to <section> elements in the reference
documentation to ensure stable anchor links in HTML output.

Issue: SPR-9410
Backport-Issue: SPR-9346
Backport-Commit: 2a75c57d3c
This commit is contained in:
Oliver Gierke
2012-05-15 11:48:14 +02:00
committed by Chris Beams
parent 1380d053c4
commit 9ca407d55e
13 changed files with 86 additions and 86 deletions

View File

@@ -95,7 +95,7 @@
<!--Gave global, local, and spring models their own sections. These need to be called out at a higher level, esp. Spring advantage! TR: OK-->
<section>
<section id="transaction-global">
<title>Global transactions</title>
<para>Global transactions enable you to work with multiple transactional
@@ -125,7 +125,7 @@
compelling alternatives for declarative transaction management.</para>
</section>
<section>
<section id="transaction-local">
<title>Local transactions</title>
<para>Local transactions are resource-specific, such as a transaction
@@ -140,7 +140,7 @@
transactions are invasive to the programming model.</para>
</section>
<section>
<section id="transaction-programming-model">
<title>Spring Framework's consistent programming model</title>
<para>Spring resolves the disadvantages of global and local