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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file_plaintext/show_url.php b/application/views/file_plaintext/show_url.php
index 64050ddcd..3288ba08e 100644
--- a/application/views/file_plaintext/show_url.php
+++ b/application/views/file_plaintext/show_url.php
@@ -1,3 +1,4 @@
<?php
+$urls = array_map(function($a) {return $a."?cli_deprecated";}, $urls);
echo implode(" ", $urls)."\n";