mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
follow up to IDEA-145931 one more case of garbage text when viewing JDK Javadoc
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
<HTML><style type="text/css"> ul.inheritance {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
ul.inheritance li {
|
||||
display:inline;
|
||||
list-style:none;
|
||||
}
|
||||
ul.inheritance li ul.inheritance {
|
||||
margin-left:15px;
|
||||
padding-left:15px;
|
||||
padding-top:1px;
|
||||
}
|
||||
</style><h2 title="Package my.pack Description">Package my.pack Description</h2>
|
||||
<div class="block">Description</div>
|
||||
<DL><dt><span class="simpleTagLabel">Since:</span></dt>
|
||||
<dd>42</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user