X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=blobdiff_plain;f=plekit%2Fphp%2Fnifty.php;fp=plekit%2Fphp%2Fnifty.php;h=68200654abb726253e675e9d5f51853852ccc9d2;hp=aecbcbd709d07b4a5336dec848b2f91377ac682f;hb=6348bd961b5e5644edf9009ac992827eece9a233;hpb=a2b51b3f49397e991376eb4fe738177d7f588e74 diff --git a/plekit/php/nifty.php b/plekit/php/nifty.php index aecbcbd..6820065 100644 --- a/plekit/php/nifty.php +++ b/plekit/php/nifty.php @@ -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 ""; }