diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-09 15:46:25 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-09 15:46:25 -0400 |
commit | 93b1163cba7edf1a0a7e7ae787e06434de119dad (patch) | |
tree | 8f11d57f57db3d05ca07afe4cb645ad91268a7a9 /src/views | |
parent | 2097c62bbcbf1c2e7a3cce8249e7bf4c81927053 (diff) |
Fix the markup with the spreadsheet link in the user index.
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/pages/users/index.html.php | 2 |
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')); |