summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a590af7)
raw | patch | inline | side by side (parent: a590af7)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Dec 2005 07:24:51 +0000 (07:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Dec 2005 07:24:51 +0000 (07:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2360 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_divSelectBox.inc | patch | blob | history |
index 4fbb7afafed340a7d0614e8d85324250da7afa5a..746765539dd6f68d0f612eaa5379d35118ec4f2d 100644 (file)
/* If divlist is empty, append a single white entry */
if(count($this->a_entries)==0){
- $str.="<tr><td class='list1' style='height:100%';> </td></tr>";
+ $str.="<tr><td class='list1' style='height:100%;'> </td></tr>";
return($str);
}