diff options
author | Rickard Green <[email protected]> | 2017-03-13 18:41:05 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-03-13 18:41:05 +0100 |
commit | 7cb3d41d40dbe6d72c8d3f5724b62da088dbf189 (patch) | |
tree | af00014f305c643b29d9abf69994ff118c348aa9 /lib/reltool/doc | |
parent | f4e2345949400372e811ee0c4ceff3c7a689b720 (diff) | |
parent | 3b72ab9407945eb7037c608ac2826b64ec17cdc6 (diff) | |
download | otp-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/doc')
-rw-r--r-- | lib/reltool/doc/src/notes.xml | 4 |
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> |