Browse Source

Indentation fix

Brendan Abolivier 7 years ago
parent
commit
e8920877b1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      front/form.js

+ 1
- 1
front/form.js View File

227
 	header.setAttribute('value', '');
227
 	header.setAttribute('value', '');
228
 	// If the labels are disabled, set the header option's inner text as the
228
 	// If the labels are disabled, set the header option's inner text as the
229
 	// field's label
229
 	// field's label
230
-    if(labels) {
230
+	if(labels) {
231
 		header.innerHTML = lang.form_select_header_option;
231
 		header.innerHTML = lang.form_select_header_option;
232
 	} else {
232
 	} else {
233
 		header.innerHTML = fieldInfos.label;
233
 		header.innerHTML = fieldInfos.label;