Missing closing bracket. Hat tip: Lucas.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-03-03 19:27:39 +00:00
parent ca90d6e32c
commit 30711d8c0c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if ('b' == $_GET['a']) {
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=UTF-8" />
<link rel="stylesheet" href="wp-admin.css" type="text/css" />
</head>
<body
<body>
<p>Posted !</p>
<p><a href="sidebar.php">Click here</a> to post again.</p>
</body>