Author: spadkins
Date: Thu Dec  7 08:28:34 2006
New Revision: 8370

Modified:
   p5ee/trunk/App-Widget/lib/App/Widget/Label.pm

Log:
do the label wrapping with a null value domain

Modified: p5ee/trunk/App-Widget/lib/App/Widget/Label.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/Widget/Label.pm       (original)
+++ p5ee/trunk/App-Widget/lib/App/Widget/Label.pm       Thu Dec  7 08:28:34 2006
@@ -78,7 +78,7 @@
                     $html .= $labels->{$val};
                 }
                 else {
-                    $html .= "";
+                    $html .= $val;
                 }
             }
         }

Reply via email to