From 93b1163cba7edf1a0a7e7ae787e06434de119dad Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 9 Oct 2011 15:46:25 -0400 Subject: Fix the markup with the spreadsheet link in the user index. --- src/views/pages/users/index.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); -- cgit v1.1-4-g5e80