diff --git a/html/user/lammps.php b/html/user/lammps.php
index 414f5b09d8..6fe9df5a71 100644
--- a/html/user/lammps.php
+++ b/html/user/lammps.php
@@ -224,7 +224,7 @@ function submit_job($app, $batch_id, $info, $cmdline, $i) {
$cmd .= " ".basename($info->structure_file_path);
$cmd .= " ".basename($info->command_file_path);
$cmd .= " ".basename($info->pot_files_path);
- echo "
$cmd\n";
+ echo "
$cmd\n";
$ret = system($cmd);
if ($ret === FALSE) {