Browse Source

Minor - Code conventions spacing

Yannick Warnier 12 years ago
parent
commit
7eeb6ccbb4
1 changed files with 7 additions and 7 deletions
  1. 7 7
      main/gradebook/lib/fe/evalform.class.php

+ 7 - 7
main/gradebook/lib/fe/evalform.class.php

@@ -468,17 +468,17 @@ class EvalForm extends FormValidator
             }
         }
         
-		$this->add_textfield('weight_mask', array(get_lang('Weight'), null, ' [0 .. '.$all_categories[0]->get_weight().'] '), true, array (
-			'size' => '4',
-			'maxlength' => '5',
+        $this->add_textfield('weight_mask', array(get_lang('Weight'), null, ' [0 .. '.$all_categories[0]->get_weight().'] '), true, array (
+            'size' => '4',
+            'maxlength' => '5',
             'class' => 'span1'
-		));
+        ));
         
         /*$this->add_textfield('weight', array(null, null, '/ <span id="max_weight">'.$default_weight.'</span>'), true, array (
-            	'size' => '4',
-			'maxlength' => '5',
+            'size' => '4',
+            'maxlength' => '5',
             'class' => 'span1'
-		));*/
+        ));*/
         
         
 		if ($edit) {