Remove spurious typo.

git-svn-id: https://develop.svn.wordpress.org/trunk@1859 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-11-17 03:20:32 +00:00
parent 464d959270
commit 2663acc49a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ if ($allowed_files) :
<?php
if (!$error) {
?>
<form name="template" id="template" action="theme-editor.php" method="post">a
<form name="template" id="template" action="theme-editor.php" method="post">
<div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1"><?php echo $content ?></textarea>
<input type="hidden" name="action" value="update" />
<input type="hidden" name="file" value="<?php echo $file ?>" />