summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/media.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/inc/media.php b/inc/media.php
index ac9ea6a6e..e4f78c772 100644
--- a/inc/media.php
+++ b/inc/media.php
@@ -431,8 +431,11 @@ function media_uploadform($ns, $auth){
<p>
<label for="upload__name"><?php echo $lang['txt_filename']?>:</label>
- <input type="text" name="id" class="edit" id="upload__name" />
- <input type="submit" class="button" value="<?php echo $lang['btn_upload']?>" accesskey="s" />
+ <span style="white-space:nowrap">
+ <input type="text" name="id" class="edit" id="upload__name" /><input
+ type="submit" class="button" value="<?php echo $lang['btn_upload']?>"
+ accesskey="s" />
+ </span>
</p>
<?php if($auth >= AUTH_DELETE){?>