Skip to content

Commit

Permalink
Long comments were causing an alignment anomaly.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed May 3, 2006
1 parent f1f734c commit f06f1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/sourceforge/schemaspy/view/HtmlMainIndexPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void writeHeader(Database db, int numberOfTables, int numberOfViews, boo
}

private int writeLineItem(Table table, boolean showIds, LineWriter html) throws IOException {
html.writeln(" <tr>");
html.writeln(" <tr valign='top'>");
html.write(" <td class='detail'><a href='tables/");
html.write(table.getName());
html.write(".html'>");
Expand Down

0 comments on commit f06f1f4

Please sign in to comment.