From 96b0044ec9fdbddd2cd2370b19920f604bc43679 Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 4 Sep 2016 08:45:31 +0200 Subject: [PATCH] Removed anchor symbol from archived notifications --- plugins/dynamix/include/NotificationsArchive.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dynamix/include/NotificationsArchive.php b/plugins/dynamix/include/NotificationsArchive.php index 559eeefc1..45f5b9eb2 100644 --- a/plugins/dynamix/include/NotificationsArchive.php +++ b/plugins/dynamix/include/NotificationsArchive.php @@ -22,9 +22,9 @@ foreach ($files as $file) { $fields = explode(PHP_EOL, file_get_contents($file)); $archive = basename($file); if ($extra = count($fields)>6) { - $td_ = ""; $_td = ""; + $td_ = ""; $_td = ""; } else { - $td_ = ""; $_td = ""; + $td_ = ""; $_td = ""; } $c = 0; foreach ($fields as $field) {