Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Chat tries to GET /{{{url}}} #46

Open
mariusa opened this issue Jul 27, 2018 · 0 comments
Open

Chat tries to GET /{{{url}}} #46

mariusa opened this issue Jul 27, 2018 · 0 comments

Comments

@mariusa
Copy link
Contributor

mariusa commented Jul 27, 2018

When running chat.html, it sends a GET request, which gives

ERROR `/{{{url}}}' not found.

It seems the cause is

{{#if image}}
                            <img src="{{{url}}}" alt="{{{url}}}" /> {{else}}
                            <a href="{{{url}}}" title="{{{url}}}">{{{url}}}</a>
                            {{/if}}

Would you please document how to use that, and change the name to something more clear? eg. {{{file_icon_url}}}

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants