diff options
Diffstat (limited to 'application/views/file/show_url.php')
-rw-r--r-- | application/views/file/show_url.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/show_url.php b/application/views/file/show_url.php index e0e3dc8a6..3c08ed952 100644 --- a/application/views/file/show_url.php +++ b/application/views/file/show_url.php @@ -1,4 +1,4 @@ -<div style="text-align:center"> +<div class="center"> <p> You can get your file here:<br /> <a href="<?php echo $url; ?>"><?php echo $url; ?></a><br /> |