diff options
-rw-r--r-- | usr/local/www/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php index f700fcf..f48b9bf 100644 --- a/usr/local/www/edit.php +++ b/usr/local/www/edit.php @@ -199,7 +199,7 @@ outputJavaScriptFileInline("javascript/base64.js"); <!-- file viewer/editor --> <table width="100%"> <tr> - <td valign="top" class="label"> + <td valign="top"> <div style="background:#eeeeee;" id="fileOutput"> <textarea id="fileContent" name="fileContent" style="width:100%;" rows="30" wrap="off"></textarea> </div> |