diff options
author | albert-github <albert.tests@gmail.com> | 2020-11-16 13:52:28 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2020-11-16 13:52:28 (GMT) |
commit | 1525b66e12ed8dba34e12786500422a74387cd29 (patch) | |
tree | 78b9f9e929ee3100f77c59ac025208057e2ea00f /qtools/qxml.h | |
parent | 88fa344260802ddbbc7e248c7b4ca9fe66877815 (diff) | |
download | Doxygen-1525b66e12ed8dba34e12786500422a74387cd29.zip Doxygen-1525b66e12ed8dba34e12786500422a74387cd29.tar.gz Doxygen-1525b66e12ed8dba34e12786500422a74387cd29.tar.bz2 |
XHML: div tag not possible as part of a p tag.
With test 76 we get a number of messages like:
```
element p: validity error : Element div is not declared in p list of possible children
```
this is a regression on issue #8169 / pull request #8170.
The `<div>` tag is not allowed as child of a `<p>` tag and furthermore in the output when a number of items should be on one line this is not the case anymore.
This all can be corrected by means of using the `<span>` tag instead of the `<div>` tag.
Diffstat (limited to 'qtools/qxml.h')
0 files changed, 0 insertions, 0 deletions