mirror of https://github.com/apache/nifi.git
NIFI-280 - fixing colspan
This commit is contained in:
parent
5f1fb45c91
commit
c3085b8b21
|
@ -284,7 +284,8 @@ public class HtmlDocumentationWriter implements DocumentationWriter {
|
|||
xmlStreamWriter.writeEndElement();
|
||||
xmlStreamWriter.writeStartElement("tr");
|
||||
xmlStreamWriter.writeStartElement("td");
|
||||
xmlStreamWriter.writeAttribute("span", "4");
|
||||
xmlStreamWriter.writeAttribute("colspan", "4");
|
||||
xmlStreamWriter.writeAttribute("class", "description-row");
|
||||
xmlStreamWriter.writeCharacters("Description:");
|
||||
|
||||
xmlStreamWriter.writeCharacters(property.getDescription());
|
||||
|
|
Loading…
Reference in New Issue