Pārlūkot izejas kodu

Indentation fix

Brendan Abolivier 7 gadus atpakaļ
vecāks
revīzija
e8920877b1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      front/form.js

+ 1
- 1
front/form.js Parādīt failu

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