diff options
author | RedSwede <redswede@riseup.net> | 2015-01-29 16:22:14 +0100 |
---|---|---|
committer | RedSwede <redswede@riseup.net> | 2015-01-29 16:22:14 +0100 |
commit | 06291c6f4274b32dbc3b3e6ef01c80a8775f3094 (patch) | |
tree | d2252fb3c0c3ecc84a544c563738f1e185336469 | |
parent | bee939d79ad625a68acdd27954bdf0296eadc959 (diff) | |
download | volse-hubzilla-06291c6f4274b32dbc3b3e6ef01c80a8775f3094.tar.gz volse-hubzilla-06291c6f4274b32dbc3b3e6ef01c80a8775f3094.tar.bz2 volse-hubzilla-06291c6f4274b32dbc3b3e6ef01c80a8775f3094.zip |
non-tested fix for issue 847
-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}} |