summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristoph Brill <opensource@christophbrill.de>2024-02-10 23:25:35 +0100
committerChristoph Brill <opensource@christophbrill.de>2024-02-10 23:25:35 +0100
commit3308f51f94448a16eee5ab9c05df5762cce9cf20 (patch)
tree1a540ed3ad48d624af5a2028cb785d667d8250df /index.php
parent566628e46457b03300012a4f3c58648576366d9a (diff)
Workaround missing space in the top menu
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7837a10..08871c8 100755
--- a/index.php
+++ b/index.php
@@ -104,7 +104,7 @@ echo ' </ul>
<input id="channel" name="channel" type="hidden" value="' . $channel . '" style="display: none; visibility: hidden;"/>
<input id="highlight_names" name="highlight_names" type="hidden" value="'.$highlight_names.'" style="display: none; visibility: hidden;"/>
<div class="input-group date">
- <input type="text" class="form-control" id="date" name="date" value="'.(isset($date) ? $date : date('Y-m-d')).'">
+ <input type="text" class="form-control" id="date" name="date" value="'.(isset($date) ? $date : date('Y-m-d')).'" style="width: 100px;">
<span class="input-group-addon"><i class="glyphicon glyphicon-th"></i></span>
</div>
</div>'.PHP_EOL;