only white spaces
[plewww.git] / plekit / php / nifty.php
index aecbcbd..6820065 100644 (file)
@@ -17,8 +17,8 @@ class PlekitNifty {
 
   function __construct ($id, $class, $size='medium') {
     $this->id = $id;
-    $this->class=$class;
-    $this->size=$size;
+    $this->class = $class;
+    $this->size = $size;
   }
 
   function start () { print $this->start_html(); }
@@ -34,7 +34,7 @@ class PlekitNifty {
     return $html;
   }
 
-  function end () { print $this->end_html();} 
+  function end () { print $this->end_html();}
   function end_html () {
     return "</div>";
   }