diff options
author | friendica <info@friendica.com> | 2015-03-29 18:42:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-29 18:42:05 -0700 |
commit | c29d3fc08ae4b5df72c3958ac790a56815413051 (patch) | |
tree | 3ffd4501e9d386774d200105f73ed84829ec14dc /view/tpl/contactsajax.tpl | |
parent | f01757f0c26a9fed2a307c71dc1a6a41d4b17e3e (diff) | |
download | volse-hubzilla-c29d3fc08ae4b5df72c3958ac790a56815413051.tar.gz volse-hubzilla-c29d3fc08ae4b5df72c3958ac790a56815413051.tar.bz2 volse-hubzilla-c29d3fc08ae4b5df72c3958ac790a56815413051.zip |
mod_connections ajax failure see http://stackoverflow.com/questions/14347611/jquery-client-side-template-syntax-error-unrecognized-expression
Diffstat (limited to 'view/tpl/contactsajax.tpl')
-rw-r--r-- | view/tpl/contactsajax.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/contactsajax.tpl b/view/tpl/contactsajax.tpl index 1cce0f105..a6b5ad791 100644 --- a/view/tpl/contactsajax.tpl +++ b/view/tpl/contactsajax.tpl @@ -1,3 +1,3 @@ {{foreach $contacts as $contact}} - {{include file="connection_template.tpl"}} +{{include file="connection_template.tpl"}} {{/foreach}} |