Skip to content

Conversation

@KaranJagtiani
Copy link
Contributor

What does this PR do?

This PR fixes this issue where the <script> tag was not following the standard closing tag practice in the code sample provided for the web platform.

Test Plan

  1. Create a web platform in a project.
  2. Select the CDN option for installing AppWrite.

The code generated on the second step before the changes:

<script src="https://cdn.jsdelivr.net/npm/appwrite@11.0.0" />
<script>
    const { Client } = Appwrite;
</script>

After the changes:

<script src="https://cdn.jsdelivr.net/npm/appwrite@11.0.0"></script>
<script>
    const { Client } = Appwrite;
</script>

Related PRs and Issues

Resolves this issue.

Have you read the Contributing Guidelines on issues?

Yes.

@vercel
Copy link

vercel bot commented Aug 15, 2023

@KaranJagtiani is attempting to deploy a commit to the appwrite Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Aug 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2023 0:32am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 Bug Report: Web code sample uses self-closing syntax for script tag

2 participants