qdoc: Fix closing 'table class="generic"' tag

Change-Id: I251ed6d4e5788b0816211e06f33ace03d2fa14e8
Reviewed-by: Martin Smith <martin.smith@nokia.com>
This commit is contained in:
Sergio Ahumada 2012-03-12 12:06:39 +01:00 committed by Qt by Nokia
parent a5c1ffedb8
commit 0a14ddfacb

View File

@ -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;