diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-10-19 20:54:30 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-10-19 20:54:30 +0200 |
commit | a46463da67d84b9a45803f2d2cdcf10a93db54c7 (patch) | |
tree | 9dcfb248ccd72964be223b36d1453fe09870f1f8 /system/application/views/file/show_url.php | |
parent | 8125f9f12b656d37a2258dad940bd0be7453584f (diff) |
fix XHTML errors
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views/file/show_url.php')
-rw-r--r-- | system/application/views/file/show_url.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/application/views/file/show_url.php b/system/application/views/file/show_url.php index 62d34c661..e0e3dc8a6 100644 --- a/system/application/views/file/show_url.php +++ b/system/application/views/file/show_url.php @@ -1,4 +1,6 @@ <div style="text-align:center"> - You can get your file here:<br /> - <a href="<?php echo $url; ?>"><?php echo $url; ?></a><br /> + <p> + You can get your file here:<br /> + <a href="<?php echo $url; ?>"><?php echo $url; ?></a><br /> + </p> </div> |