Mercurial > treepkg
diff contrib/sawmill/web/templates/footer.inc @ 484:2e947f508553
sawmill: Improved HTML 4.01 transitional compat a bit.
Reduce text output of inner loop to reduce overall
output size of detail page.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Sat, 18 Sep 2010 10:15:45 +0000 |
parents | 28aa6ac933fb |
children | a55a521b7a31 |
line wrap: on
line diff
--- a/contrib/sawmill/web/templates/footer.inc Sat Sep 18 09:46:22 2010 +0000 +++ b/contrib/sawmill/web/templates/footer.inc Sat Sep 18 10:15:45 2010 +0000 @@ -1,35 +1,35 @@ <!-- end main body row --> <td width="10" bgcolor="#ffffff"> - <img src="img/clear.png" width="2" height="1" alt="" /> + <img src="img/clear.png" width="2" height="1" alt=""> </td> </tr> <tr> <td align="left" bgcolor="#E0E0E0" width="9"> - <img src="img/bottomleft-inner.png" height="11" width="11" alt="" /> + <img src="img/bottomleft-inner.png" height="11" width="11" alt=""> </td> <td bgcolor="#ffffff"> - <img src="img/clear.png" width="1" height="1" alt="" /> + <img src="img/clear.png" width="1" height="1" alt=""> </td> <td align="right" bgcolor="#E0E0E0" width="9"> - <img src="img/bottomright-inner.png" height="11" width="11" alt="" /> + <img src="img/bottomright-inner.png" height="11" width="11" alt=""> </td> </tr> </table> <!-- end inner body row --> </td> <td width="10" bgcolor="#E0E0E0"> - <img src="img/clear.png" width="2" height="1" alt="" /> + <img src="img/clear.png" width="2" height="1" alt=""> </td> </tr> <tr> <td align="left" bgcolor="#E0E0E0" width="9"> - <img src="img/bottomleft.png" height="9" width="9" alt="" /> + <img src="img/bottomleft.png" height="9" width="9" alt=""> </td> <td bgcolor="#E0E0E0" colspan="3"> - <img src="img/clear.png" width="1" height="1" alt="" /> + <img src="img/clear.png" width="1" height="1" alt=""> </td> <td align="right" bgcolor="#E0E0E0" width="9"> - <img src="img/bottomright.png" height="9" width="9" alt="" /> + <img src="img/bottomright.png" height="9" width="9" alt=""> </td> </tr> </table>