Code

Completed lvm partition changes
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 13:26:47 +0000 (13:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Mar 2010 13:26:47 +0000 (13:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17398 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiDiskEntry.inc

index 3ae42ea553d4606ae211416fdc99ee0bd8604a74..dec0598605d5a41542c72626bc5b60d3accecbec 100644 (file)
@@ -533,7 +533,7 @@ class faiDiskEntry extends plugin
 
       // Combine options to a single table col. 
       $opt    =array(
-          "string" => "<i>".preg_replace('/, $/',"",$opt)."</i>");
+          "string" => "<i>".preg_replace('/, $/',"",$opt)."&nbsp;</i>");
 
       // Depending on the FAIstatus (freeze?) we will display different options. 
       // We can't remove freezed branches -> Hide remove button.