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 caedf5c..2650c5a 100644
--- a/src/views/pages/users/index.html.php
+++ b/src/views/pages/users/index.html.php
@@ -5,7 +5,7 @@ $users = $VARS['users'];
$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'));