File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/com/itextpdf/html2pdf/attach/impl/tags Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,11 @@ This file is part of the iText (R) project.
6565 * This is how this worker processes the <p> tag:
6666 * <ul>
6767 * <li> if the worker meets a text or an inline element, it processes them with a help of
68- * the {@link com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper} instance</li>
68+ * the {@link com.itextpdf.html2pdf.attach.util.WaitingInlineElementsHelper} instance
6969 *
7070 * <li> if the worker meets a block element without inline displaying or
7171 * an inline element with the {@code display: block} style, it wraps all the content which hasn't been handled yet
7272 * into a {@code com.itextpdf.layout.element.Paragraph} object and adds this paragraph to the resultant {@code com.itextpdf.layout.element.Div} object
73- * </li>
7473 * </ul>
7574 */
7675public class PTagWorker implements ITagWorker , IDisplayAware {
You can’t perform that action at this time.
0 commit comments