command:html: fix two auto% -> auto typos in CSS.
[be.git] / libbe / command / html.py
index 5bfa411dec23ae5f523a73fa8d5d6cdecd0031e1..eaf5f1ddc335f3de50eda5b62a27dbaefdf0c09b 100644 (file)
@@ -376,7 +376,7 @@ th.target_name {
     border-color: #305275;
     background-color: #305275;
     color: #fff;
-    width: auto%;
+    width: auto;
     -moz-border-radius-topleft: 8px;
     -moz-border-radius-topright: 8px;
     padding-left: 5px;
@@ -418,7 +418,7 @@ td {
     border-collapse: collapse;
     padding-left: 5px;
     padding-right: 5px;
-    width: auto%;
+    width: auto;
 }
 
 img { border-style: none; }