在错误的地方也加上markdown转义

This commit is contained in:
2025-04-11 13:36:46 +08:00
parent 74f712e776
commit 5504685bca
2 changed files with 20 additions and 15 deletions

View File

@@ -63,20 +63,6 @@ if(isset($_GET['keyword']) && $_GET['keyword']!=""){
</form>
</center>
<?php
/*
echo "<select class='input-mini' onchange=\"location.href='problem_list.php?page='+this.value;\">";
for ($i=1;$i<=$cnt;$i++){
if ($i>1) echo '&nbsp;';
if ($i==$page) echo "<option value='$i' selected>";
else echo "<option value='$i'>";
echo $i+9;
echo "**</option>";
}
echo "</select>";
*/
?>
<center>
<table width=100% border=1 style="text-align:center;">
<form id='pform' method=post action=contest_add.php >