diff options
author | Minteck <contact@minteck.org> | 2022-12-26 10:55:42 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-12-26 10:55:42 +0100 |
commit | c9de96328e59816ff4867abf5feab9fb9bf29511 (patch) | |
tree | e3c5ba398e885742e631aab5b3317ea5ffad87db /includes/planner.inc | |
parent | ae766d28c07628e71629a72452261898ea72057a (diff) | |
download | pluralconnect-c9de96328e59816ff4867abf5feab9fb9bf29511.tar.gz pluralconnect-c9de96328e59816ff4867abf5feab9fb9bf29511.tar.bz2 pluralconnect-c9de96328e59816ff4867abf5feab9fb9bf29511.zip |
Update - This is an automated commit
Diffstat (limited to 'includes/planner.inc')
-rw-r--r-- | includes/planner.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/planner.inc b/includes/planner.inc index c537d17..225fca4 100644 --- a/includes/planner.inc +++ b/includes/planner.inc @@ -84,7 +84,7 @@ function day($display, $diff): void { if ($diff < 0) $disabled = true; else $dis ?> <tr class="planner-day" id="planner-header-<?= $diff ?>" <?php if ($disabled): ?>style="opacity: .75; pointer-events: none;"<?php endif; ?>> - <td colspan="10" contenteditable="true"><?= $display ?></td> + <td colspan="10"><?= $display ?></td> <?php if (!isset($cloudburst[date('Y-m-d', time() + (86400 * $diff))])) $cloudburst[date('Y-m-d', time() + (86400 * $diff))] = []; |