diff options
author | xgizzmo <xgizzmo@ampache> | 2005-10-18 21:54:23 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-10-18 21:54:23 +0000 |
commit | b79ae26d4f0ee699a8b6fc981db979c022abbb3e (patch) | |
tree | 8037f549298a2ac24a7b64fee192657268362099 /templates/show_upload.inc | |
parent | 3e12fccb243a8cfdd6e90ee04627672c0cc8b894 (diff) | |
download | ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.tar.gz ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.tar.bz2 ampache-b79ae26d4f0ee699a8b6fc981db979c022abbb3e.zip |
XHTML validation cleanup
Diffstat (limited to 'templates/show_upload.inc')
-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 3926ce7e..99569038 100644 --- a/templates/show_upload.inc +++ b/templates/show_upload.inc @@ -44,25 +44,25 @@ </tr> <tr> <td> - <input size=40 type="file" name="ul_path1" id="ul_path1" /> + <input size="40" type="file" name="ul_path1" id="ul_path1" /> <?php $GLOBALS['error']->print_error('ul_path1'); ?> </td> </tr> <tr> <td> - <input size=40 type="file" name="ul_path2" id="ul_path2" /> + <input size="40" type="file" name="ul_path2" id="ul_path2" /> <?php $GLOBALS['error']->print_error('ul_path2'); ?> </td> </tr> <tr> <td> - <input size=40 type="file" name="ul_path3" id="ul_path3" /> + <input size="40" type="file" name="ul_path3" id="ul_path3" /> <?php $GLOBALS['error']->print_error('ul_path3'); ?> </td> </tr> <tr> <td> - <input size=40 type="file" name="ul_path4" id="ul_path4" /> + <input size="40" type="file" name="ul_path4" id="ul_path4" /> <?php $GLOBALS['error']->print_error('ul_path3'); ?> </td> </tr> |