aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-23 13:11:27 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-23 13:11:27 +0100
commit43a794a905430e0b906bd3e5da490c27f429e1ff (patch)
tree30902139e6fff86b381214e1027ea547aafe982c /include
parent4d50fe0928d6da63d6ec646f0047a82ad839a7a7 (diff)
downloadvolse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.tar.gz
volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.tar.bz2
volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.zip
bs4 fixes for events
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index b95cbfc26..c88c03f7e 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -1567,7 +1567,7 @@ function widget_tasklist($arr) {
</script>';
$o .= '<div class="widget">' . '<h3>' . t('Tasks') . '</h3><div class="tasklist-tasks">';
- $o .= '</div><form id="tasklist-new-form" action="" ><input id="tasklist-new-summary" type="text" name="summary" value="" /></form>';
+ $o .= '</div><form id="tasklist-new-form" action="" ><input class="form-control" id="tasklist-new-summary" type="text" name="summary" value="" /></form>';
$o .= '</div>';
return $o;