summaryrefslogtreecommitdiff
path: root/includes/planner.inc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-12-26 10:55:42 +0100
committerMinteck <contact@minteck.org>2022-12-26 10:55:42 +0100
commitc9de96328e59816ff4867abf5feab9fb9bf29511 (patch)
treee3c5ba398e885742e631aab5b3317ea5ffad87db /includes/planner.inc
parentae766d28c07628e71629a72452261898ea72057a (diff)
downloadpluralconnect-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.inc2
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))] = [];