| File: tron.awk | |
|---|---|
| patch-22 | patch-23 |
| Line 77 | Line 77 |
| # Note that this table is ignored by the div layout if you have # CSS. It exists only to support non-CSS browsers. | # Note that this table is ignored by the div layout if you have # CSS. It exists only to support non-CSS browsers. |
| mainstart = "<table valign=\"top\" border=\"0\" width=\"100%\"><tr valign=\"top\" height=\"15\"><td valign=\"top\" height=\"15\"> </td><td rowspan=\"2\">" | mainstart = "<table valign=\"top\" border=\"0\" width=\"100%\"><tr valign=\"top\" height=\"15\"><td valign=\"top\" height=\"15\"> </td><td rowspan=\"2\" width=\"100%\">" |
| mainstart = mainstart " <div class=\"mainbody\">" # notice the table data in these as well. | mainstart = mainstart " <div class=\"mainbody\">" # notice the table data in these as well. |