diff options
-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> |