]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/post-template.php
WordPress 3.4.1
[autoinstalls/wordpress.git] / wp-includes / post-template.php
index 5a414eaf5af82df55a1eb3a278b19b529a866ef0..b5b8847e90b33c19882c5e21754b7c06fcdba7b1 100644 (file)
@@ -1220,7 +1220,7 @@ function get_the_password_form() {
        $output = '<form action="' . esc_url( site_url( 'wp-login.php?action=postpass', 'login_post' ) ) . '" method="post">
        <p>' . __("This post is password protected. To view it please enter your password below:") . '</p>
        <p><label for="' . $label . '">' . __("Password:") . ' <input name="post_password" id="' . $label . '" type="password" size="20" /></label> <input type="submit" name="Submit" value="' . esc_attr__("Submit") . '" /></p>
-       </form>
+</form>
        ';
        return apply_filters('the_password_form', $output);
 }