aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-03-13 18:06:02 +0100
committerRickard Green <[email protected]>2017-03-13 18:30:48 +0100
commit3b72ab9407945eb7037c608ac2826b64ec17cdc6 (patch)
tree2fce8841bf6218ebc166f9fb7d1e4c1eeb9b21d1 /lib/reltool
parent7adae071fb7ac2efc5ff5171ed106d2debdc1591 (diff)
downloadotp-3b72ab9407945eb7037c608ac2826b64ec17cdc6.tar.gz
otp-3b72ab9407945eb7037c608ac2826b64ec17cdc6.tar.bz2
otp-3b72ab9407945eb7037c608ac2826b64ec17cdc6.zip
Fix xml warnings in old release notes
Diffstat (limited to 'lib/reltool')
-rw-r--r--lib/reltool/doc/src/notes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/reltool/doc/src/notes.xml b/lib/reltool/doc/src/notes.xml
index 2365a68feb..5b710a3267 100644
--- a/lib/reltool/doc/src/notes.xml
+++ b/lib/reltool/doc/src/notes.xml
@@ -52,13 +52,13 @@
Some dependency chains would even be missed for
applications that are included in a 'rel' spec in the
reltool config. E.g.</p>
- <p>
+
<list> <item>Application x has y as included application,
and y in turn has z as included application. Then z is
not included. </item> <item>Application x has y in its
'applications' tag in the .app file, and y in turn has z
as included application. Then z is not included.</item>
- </list></p>
+ </list>
<p>
These bugs are now corrected.</p>
<p>