diff options
author | RedMatrix <info@friendica.com> | 2014-05-02 10:55:31 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-05-02 10:55:31 +1000 |
commit | e243da3647c38b587a06e121e171c6ab663af618 (patch) | |
tree | 0ad551fed55c4287eaff3d1c84f512211d4c0ab3 /view/tpl/acl_selector.tpl | |
parent | 4c9f5031eb5d59c3e637ac0f41af9721f331580d (diff) | |
parent | cfad83084a0118dfdd88d4339109e3595e43ace5 (diff) | |
download | volse-hubzilla-e243da3647c38b587a06e121e171c6ab663af618.tar.gz volse-hubzilla-e243da3647c38b587a06e121e171c6ab663af618.tar.bz2 volse-hubzilla-e243da3647c38b587a06e121e171c6ab663af618.zip |
Merge pull request #439 from oohlaf/fixes
Fix unwanted GET {0} requests
Diffstat (limited to 'view/tpl/acl_selector.tpl')
-rwxr-xr-x | view/tpl/acl_selector.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index c98350843..722d541ed 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -15,7 +15,7 @@ <span id="acl-fields"></span> </div> <div class="acl-list-item" rel="acl-template" style="display:none"> - <img src="{0}"><p>{1}</p> + <img data-src="{0}"><p>{1}</p> <button class="acl-button-hide btn btn-xs btn-default"><i class="icon-remove"></i> {{$hide}}</button> <button class="acl-button-show btn btn-xs btn-default"><i class="icon-ok"></i> {{$show}}</button> </div> |