diff options
author | friendica <info@friendica.com> | 2015-01-29 15:21:19 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-29 15:21:19 -0800 |
commit | df6d54c64ea73bffd0943dfd3d94e8157ec92a75 (patch) | |
tree | e0ae971158a2696e20e075b485bc3836d504009f /view/tpl | |
parent | fd0b6c967fce4d8a82e9dad121ae7d8301d3f342 (diff) | |
parent | d7dae3c72a5d22cd29d4ba8cfd18e7139ede09ff (diff) | |
download | volse-hubzilla-df6d54c64ea73bffd0943dfd3d94e8157ec92a75.tar.gz volse-hubzilla-df6d54c64ea73bffd0943dfd3d94e8157ec92a75.tar.bz2 volse-hubzilla-df6d54c64ea73bffd0943dfd3d94e8157ec92a75.zip |
Merge branch 'master' into pocorate
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/event_form.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index a4717415e..2479068f3 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -41,7 +41,7 @@ {{if $catsenabled}} <div id="event-category-wrap"> - <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" /> + <input name="category" id="event-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="event-cats" style="display: block;" data-role="tagsinput" /> </div> {{/if}} |