qdoc: Fix closing 'table class="generic"' tag
Change-Id: I251ed6d4e5788b0816211e06f33ace03d2fa14e8 Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
parent
a5c1ffedb8
commit
0a14ddfacb
@ -1055,8 +1055,8 @@ int HtmlGenerator::generateAtom(const Atom *atom,
|
||||
}
|
||||
out() << "<table class=\"" << attr << "\"";
|
||||
if (!width.isEmpty())
|
||||
out() << " width=\"" << width << "\">";
|
||||
out() << "\n ";
|
||||
out() << " width=\"" << width << "\"";
|
||||
out() << ">\n ";
|
||||
numTableRows = 0;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user