We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d1b53 commit 1445ad2Copy full SHA for 1445ad2
1 file changed
interface/web/admin/language_import.php
@@ -84,7 +84,7 @@
84
$langfile_path = trim(ISPC_WEB_PATH.'/'.$module_name.'/lib/lang/'.$file_name);
85
}
86
} else {
87
- $buffer .= $line;
+ $buffer .= trim($line)."\n";
88
89
90
0 commit comments