diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-23 12:59:50 -0500 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-23 12:59:50 -0500 |
commit | fa983ff2e6cb5912fdb9835fd46465531570cc59 (patch) | |
tree | 00aec1ebf5a9927eea6c2b898b503483c862d57c | |
parent | 0aeaf43cf857a027a4f9341655d6d67bf27789ec (diff) | |
download | bugseverywhere-fa983ff2e6cb5912fdb9835fd46465531570cc59.tar.gz |
Fixed cellspacing bug
-rw-r--r-- | beweb/beweb/templates/master.kid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beweb/beweb/templates/master.kid b/beweb/beweb/templates/master.kid index ea8f57a..ba41143 100644 --- a/beweb/beweb/templates/master.kid +++ b/beweb/beweb/templates/master.kid @@ -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> |