Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.5.1
-
None
Description
The following markup
Ctrl- 1.1 Heading
results in the following html:
<span class="key">Ctrl-<p> </p><h3> class="heading-1-1" id="HHeading"><span>Heading</span></h3><p>
Note the extra closing > in the first h3 tag.
A variation is
Ctrl-F 1.1 Heading
which creates
<span class="key">Ctrl-F<p/> <h3</span> class="heading-1-1" id="HHeading"><span>Heading</span></h3>
I'm using the XWiki 1.0 syntax.