Remove spurious typo.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1859 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-11-17 03:20:32 +00:00
parent 0102268117
commit 1408432e64
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 ?>" />