diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-12-18 10:13:28 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-12-18 10:13:28 +0100 |
commit | c1e8e6e85a9fb9aea5567c7f867528fe5af5dac7 (patch) | |
tree | 2a8407ef6b39f4244872c630d9ff22ea051d1e83 | |
parent | b49ef3d0491784405a953f0764a28fb27e92ef82 (diff) |
fix missing space on upload_history
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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> |