diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-23 13:11:27 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-23 13:11:27 +0100 |
commit | 43a794a905430e0b906bd3e5da490c27f429e1ff (patch) | |
tree | 30902139e6fff86b381214e1027ea547aafe982c /include/widgets.php | |
parent | 4d50fe0928d6da63d6ec646f0047a82ad839a7a7 (diff) | |
download | volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.tar.gz volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.tar.bz2 volse-hubzilla-43a794a905430e0b906bd3e5da490c27f429e1ff.zip |
bs4 fixes for events
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 2 |
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; |