Fixed cellspacing bug
authorAaron Bentley <abentley@panoramicfeedback.com>
Fri, 23 Dec 2005 17:59:50 +0000 (12:59 -0500)
committerAaron Bentley <abentley@panoramicfeedback.com>
Fri, 23 Dec 2005 17:59:50 +0000 (12:59 -0500)
beweb/beweb/templates/master.kid

index ea8f57a1ec584441350f0e939aaf4af203953e35..ba411438d0cb7702fe5ca88c238c430f772599aa 100644 (file)
@@ -15,7 +15,7 @@
     
     <div py:replace="item[:]"/>
 </body>
-<table py:match="item.tag=='{http://www.w3.org/1999/xhtml}insetbox'" ellspacing="0" cellpadding="0" border="0" class="insetbox">
+<table py:match="item.tag=='{http://www.w3.org/1999/xhtml}insetbox'" cellspacing="0" cellpadding="0" border="0" class="insetbox">
 <tr height="19"><td background="/static/images/is-tl.png" width="19"/>
     <td background="/static/images/is-t.png" />
     <td background="/static/images/is-tr.png" width="11"></td>