diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-05-18 11:56:00 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2008-05-18 11:56:00 (GMT) |
commit | 6cd51b02bf9b37f785fcd26648d1f9071205a2be (patch) | |
tree | e85f15dbfa5b5c3a1d2eb4031c403ae367dd15a8 /src/htmlgen.cpp | |
parent | 2f0a01b60fb0cb5f2fb42510039c22eabd86e786 (diff) | |
download | Doxygen-6cd51b02bf9b37f785fcd26648d1f9071205a2be.zip Doxygen-6cd51b02bf9b37f785fcd26648d1f9071205a2be.tar.gz Doxygen-6cd51b02bf9b37f785fcd26648d1f9071205a2be.tar.bz2 |
Release-1.5.6
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r-- | src/htmlgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp index 82d6176..71f237d 100644 --- a/src/htmlgen.cpp +++ b/src/htmlgen.cpp @@ -1444,7 +1444,7 @@ void HtmlGenerator::endParameterName(bool last,bool emptyList,bool closeBracket) t << " <td>"; if (closeBracket) t << " )"; t << " </td>" << endl; - t << " <td width=\"100%\">"; + t << " <td>"; } else { @@ -1455,7 +1455,7 @@ void HtmlGenerator::endParameterName(bool last,bool emptyList,bool closeBracket) t << " <td>"; if (closeBracket) t << ")"; t << "</td>" << endl; - t << " <td></td><td></td><td width=\"100%\">"; + t << " <td></td><td></td><td>"; } } else |