summaryrefslogtreecommitdiffstats
path: root/application/views/file_plaintext/show_url.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file_plaintext/show_url.php')
-rw-r--r--application/views/file_plaintext/show_url.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/views/file_plaintext/show_url.php b/application/views/file_plaintext/show_url.php
index bb94d7422..64050ddcd 100644
--- a/application/views/file_plaintext/show_url.php
+++ b/application/views/file_plaintext/show_url.php
@@ -1,2 +1,3 @@
-<?php echo $url; ?>
+<?php
+echo implode(" ", $urls)."\n";