From 2cff57fa188c608fed5d1bf2dd230aecd7d5e482 Mon Sep 17 00:00:00 2001 From: int2001 Date: Thu, 6 Feb 2025 08:55:39 +0000 Subject: [PATCH] Removed table-bordered --- application/views/timeline/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php index 74040b937..78214e747 100644 --- a/application/views/timeline/index.php +++ b/application/views/timeline/index.php @@ -191,7 +191,7 @@ function write_dxcc_timeline($timeline_array, $custom_date_format, $bandselect, $filtered_timeline = filter_timeline_array($timeline_array, $selectedyear, $onlynew); $i = count($filtered_timeline); // General counter for all entries - echo ' + echo '
@@ -229,7 +229,7 @@ function write_waja_timeline($timeline_array, $custom_date_format, $bandselect, // Apply filtering to the timeline array $filtered_timeline = filter_timeline_array($timeline_array, $selectedyear, $onlynew); $i = count($filtered_timeline); // General counter for all entries - echo '
#
+ echo '
@@ -257,7 +257,7 @@ function write_was_timeline($timeline_array, $custom_date_format, $bandselect, $ // Apply filtering to the timeline array $filtered_timeline = filter_timeline_array($timeline_array, $selectedyear, $onlynew); $i = count($filtered_timeline); // General counter for all entries - echo '
#
+ echo '
@@ -287,7 +287,7 @@ function write_iota_timeline($timeline_array, $custom_date_format, $bandselect, // Apply filtering to the timeline array $filtered_timeline = filter_timeline_array($timeline_array, $selectedyear, $onlynew); $i = count($filtered_timeline); // General counter for all entries - echo '
#
+ echo '
@@ -319,7 +319,7 @@ function write_waz_timeline($timeline_array, $custom_date_format, $bandselect, $ // Apply filtering to the timeline array $filtered_timeline = filter_timeline_array($timeline_array, $selectedyear, $onlynew); $i = count($filtered_timeline); // General counter for all entries - echo '
#
+ echo '
@@ -347,7 +347,7 @@ function write_vucc_timeline($timeline_array, $custom_date_format, $bandselect, // Apply filtering to the timeline array $filtered_timeline = filter_timeline_array_vucc($timeline_array, $selectedyear, $onlynew); $i = count($filtered_timeline); // General counter for all entries - echo '
#
+ echo '
#