diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-29 05:51:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-29 05:51:07 +0000 |
commit | 52423ea7ff2ac0eaad39162b2c911e61d9f9ec4f (patch) | |
tree | 69a33d06a6de480782b8eda2c9c8f94bb0a4876b /templates | |
parent | 36ecb66d14a2ecb3154d60f53dd2ce8c8a6beb29 (diff) | |
download | ampache-52423ea7ff2ac0eaad39162b2c911e61d9f9ec4f.tar.gz ampache-52423ea7ff2ac0eaad39162b2c911e61d9f9ec4f.tar.bz2 ampache-52423ea7ff2ac0eaad39162b2c911e61d9f9ec4f.zip |
more html fixes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_upload.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/show_upload.inc b/templates/show_upload.inc index 88d2c2c8..2fbef3e6 100644 --- a/templates/show_upload.inc +++ b/templates/show_upload.inc @@ -35,22 +35,22 @@ <table class="tabledata" cellspacing="0" cellpadding="0" border="0" width="90%" align="center">
<tr align="center">
<td>
- <input size=40 type="file" name="ul_path1" id="ul_path1" />
+ <input size="40" type="file" name="ul_path1" id="ul_path1" />
</td>
</tr>
<tr align="center">
<td>
- <input size=40 type="file" name="ul_path2" id="ul_path2" />
+ <input size="40" type="file" name="ul_path2" id="ul_path2" />
</td>
</tr>
<tr align="center">
<td>
- <input size=40 type="file" name="ul_path3" id="ul_path3" />
+ <input size="40" type="file" name="ul_path3" id="ul_path3" />
</td>
</tr>
<tr align="center">
<td>
- <input size=40 type="file" name="ul_path4" id="ul_path4" />
+ <input size="40" type="file" name="ul_path4" id="ul_path4" />
</td>
</tr>
<tr align="center">
|