Merge branch 'master' of https://github.com/Glitchii/embedbuilder
This commit is contained in:
commit
c2eb7674c9
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ window.onload = () => {
|
|||
<input class="editAuthorLink" type="text" value="${encodeHTML(object.embed?.author?.icon_url || '')}" placeholder="Icon URL" autocomplete="off"/>
|
||||
</div>
|
||||
<div class="editName">
|
||||
<input class="editAuthorName" type="text" value="${encodeHTML(object.embed?.author?.name || '')}" placeholder="Author name" autocomplete="off" />
|
||||
<input class="editAuthorName" type="text" maxlength="256" value="${encodeHTML(object.embed?.author?.name || '')}" placeholder="Author name" autocomplete="off" />
|
||||
</div>
|
||||
</div>
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
|
|
Loading…
Add table
Reference in a new issue