Browse Source

Fix a little white spacing.

Mark Crane 11 years ago
parent
commit
832f161080
1 changed files with 2 additions and 1 deletions
  1. 2 1
      core/domain_settings/app_config.php

+ 2 - 1
core/domain_settings/app_config.php

@@ -140,4 +140,5 @@
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_setting_description";
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
-?>
+
+?>