From 521644d997a55bb50b2b9346da4218523211241a Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Fri, 23 Dec 2022 18:08:43 +0000 Subject: [PATCH] Feature complete --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index c5f0cef..17f2a6c 100644 --- a/functions.php +++ b/functions.php @@ -116,7 +116,7 @@ function getLog($user, $csv) { function vaultTxns($csv) { $output = ''; - $output .= ''; + $output .= '
'; $output .= ' '; $output .= ' '; $output .= ' ';

User

Timestamp