阻止html合并换行

This commit is contained in:
2024-12-06 16:14:10 +08:00
parent 6865663dc1
commit fdcbd1f980
3 changed files with 18 additions and 19 deletions

View File

@@ -48,15 +48,14 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
</p>
<p align=left>
<?php echo "<h4>" . $MSG_Description . "(<64kB)</h4>" ?>
<textarea class="kindeditor" rows=13 name=description cols=80></textarea><br>
</p>
<textarea class="kindeditor" rows=13 name=description cols=80></textarea></p>
<p align=left>
<?php echo "<h4>" . $MSG_Input . "(<64kB)</h4>" ?>
<textarea class="kindeditor" rows=13 name=input cols=80></textarea><br></textarea><br>
<textarea class="kindeditor" rows=13 name=input cols=80></textarea></textarea><br>
</p>
<p align=left>
<?php echo "<h4>" . $MSG_Output . "(<64kB)</h4>" ?>
<textarea class="kindeditor" rows=13 name=output cols=80></textarea><br></textarea><br>
<textarea class="kindeditor" rows=13 name=output cols=80></textarea></textarea><br>
</p>
<p align=left>
<?php echo "<h4>" . $MSG_Sample_Input . "(<64kB)</h4>" ?>
@@ -78,7 +77,7 @@ if (!(isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_
</p>
<p align=left>
<?php echo "<h4>" . $MSG_HINT . "(<64kB)</h4>" ?>
<textarea class="kindeditor" rows=13 name=hint cols=80></textarea><br></textarea><br>
<textarea class="kindeditor" rows=13 name=hint cols=80></textarea></textarea><br>
</p>
<p>
<?php echo "<h4>" . $MSG_SPJ . "</h4>" ?>