Skip to content

Commit

Permalink
优化终端欢迎信息,去除多余空行
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyixuanten committed Jul 14, 2024
1 parent 06aed90 commit 22c5994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminal.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<?php
$output_str = "Welcome to the terminal!<br/>Type 'help' to see a list of commands.<br/><br/><br/><br/><br/><br/>1";
$output_str = "Welcome to the terminal!<br/>Type 'help' to see a list of commands.<br/>";
echo $output_str;
?>
</body>
Expand Down

0 comments on commit 22c5994

Please sign in to comment.