summaryrefslogtreecommitdiffstats
path: root/application/views/file/upload_history.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-12-18 10:13:28 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-12-18 10:13:28 +0100
commitc1e8e6e85a9fb9aea5567c7f867528fe5af5dac7 (patch)
tree2a8407ef6b39f4244872c630d9ff22ea051d1e83 /application/views/file/upload_history.php
parentb49ef3d0491784405a953f0764a28fb27e92ef82 (diff)
fix missing space on upload_history
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/upload_history.php')
-rw-r--r--application/views/file/upload_history.php2
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>