summaryrefslogtreecommitdiff
path: root/includes/planner.inc
diff options
context:
space:
mode:
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))] = [];