Skip to content

Commit

Permalink
docs: remove redundant HTML tags (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
kisstar committed Apr 24, 2021
1 parent ab00464 commit daf4fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/upload-cropped-image-to-server.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<body>
<div class="container">
<h1>Upload cropped image to server</h1>
<p>Please note that the image will be uploaded to a <a href="https://jsonplaceholder.typicode.com/">third-party fake API server</a></third-party>, which means that the upload process will sometimes fail.</p>
<p>Please note that the image will be uploaded to a <a href="https://jsonplaceholder.typicode.com/">third-party fake API server</a>, which means that the upload process will sometimes fail.</p>
<label class="label" data-toggle="tooltip" title="Change your avatar">
<img class="rounded" id="avatar" src="https://avatars0.githubusercontent.com/u/3456749?s=160" alt="avatar">
<input type="file" class="sr-only" id="input" name="image" accept="image/*">
Expand Down

0 comments on commit daf4fb6

Please sign in to comment.