Skip to content

Commit 9a36d98

Browse files
authored
Update contest_edit.php
1 parent 8c9bafd commit 9a36d98

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

trunk/web/admin/contest_edit.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<html>
2-
<head>
3-
<meta http-equiv="Pragma" content="no-cache">
4-
<meta http-equiv="Cache-Control" content="no-cache">
5-
<meta http-equiv="Content-Language" content="zh-cn">
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7-
<title>Edit Contest</title>
8-
</head>
9-
<hr>
10-
111
<?php
122
require_once("../include/db_info.inc.php");
133
require_once("../lang/$OJ_LANG.php");
@@ -21,6 +11,15 @@
2111
echo "<center><h3>"."Edit-".$MSG_CONTEST."</h3></center>";
2212
include_once("kindeditor.php") ;
2313
?>
14+
<html>
15+
<head>
16+
<meta http-equiv="Pragma" content="no-cache">
17+
<meta http-equiv="Cache-Control" content="no-cache">
18+
<meta http-equiv="Content-Language" content="zh-cn">
19+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
20+
<title>Edit Contest</title>
21+
</head>
22+
<hr>
2423

2524
<body leftmargin="30" >
2625
<?php
@@ -289,3 +288,4 @@ function showTitles(){
289288
</body>
290289
</html>
291290

291+

0 commit comments

Comments
 (0)