aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-03-13 18:41:05 +0100
committerRickard Green <[email protected]>2017-03-13 18:41:05 +0100
commit7cb3d41d40dbe6d72c8d3f5724b62da088dbf189 (patch)
treeaf00014f305c643b29d9abf69994ff118c348aa9 /lib/reltool
parentf4e2345949400372e811ee0c4ceff3c7a689b720 (diff)
parent3b72ab9407945eb7037c608ac2826b64ec17cdc6 (diff)
downloadotp-7cb3d41d40dbe6d72c8d3f5724b62da088dbf189.tar.gz
otp-7cb3d41d40dbe6d72c8d3f5724b62da088dbf189.tar.bz2
otp-7cb3d41d40dbe6d72c8d3f5724b62da088dbf189.zip
Merge branch 'maint'
* maint: 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>