diff options
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/file/upload_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php index 910af1535..f4ae5051e 100644 --- a/application/views/file/upload_history.php +++ b/application/views/file/upload_history.php @@ -1,6 +1,6 @@ <?php echo form_open('file/upload_history'); ?> <p> - Password:<input type="password" name="password" size="10" /> + Password: <input type="password" name="password" size="10" /> <input type="submit" value="Display" /> </p> </form> |