summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0193fd7)
raw | patch | inline | side by side (parent: 0193fd7)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 11:08:54 +0000 (11:08 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Dec 2005 11:08:54 +0000 (11:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2334 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divlist.inc | patch | blob | history |
index d624d383745325b82869dcf59182770d7689dc18..e8f208dd9d64a2effa2107307e72c9ff752f3482 100644 (file)
$cnt=0;
for($a = 0 ; $a < (count($this->a_header[0])) ; $a ++ ) {
if($a ==(count($this->a_header[0])-1)){
- $s_return.="\n<td class='list1' style='border:0px;' height='26'> </td>";
+ $s_return.="\n<td class='list1' style='border:0px;height:26px;'> </td>";
} else {
- $s_return.="\n<td class='list1' height='26'> </td>";
+ $s_return.="\n<td class='list1' style='height:26px;'> </td>";
}
}
$s_return.="\n</tr>";