summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/views/pages/users/index.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/pages/users/index.html.php b/src/views/pages/users/index.html.php
index d004c54..159ff76 100644
--- a/src/views/pages/users/index.html.php
+++ b/src/views/pages/users/index.html.php
@@ -6,7 +6,7 @@ require_once('Login.class.php');
$t->header('Users');
-$t->paragraph($t->link($t->url('users.csv'), "Download this as a spreadsheet."));
+$t->paragraph($t->link($t->url('users.csv'), "Download this as a spreadsheet.", true));
$t->openTag('form', array('action'=>$t->url('users/index'),
'method'=>'post'));