Skip to content

Commit

Permalink
fixed the typo in the demo's field name for manifest content
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Meszaros committed Jul 16, 2018
1 parent d999455 commit 0b7995d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Expand Up @@ -32,7 +32,7 @@ <h1 class="main__title">IIIF Presentation v2 to v3</h1>
<h2 class="column__title">Input</h2>
<form id="input_form" class="column__content input-form">
<input name="manifestURL" type="url" class="input-form__url-filed" placeholder="Please specify a manifest url or populate the manifest content below"/>
<textarea name="namifestContent" class="input-form__content-field"></textarea>
<textarea name="manifestContent" class="input-form__content-field"></textarea>
<input class="input-form__content-submit-button" type="submit" value="Convert"/>
</form>
</section>
Expand Down

0 comments on commit 0b7995d

Please sign in to comment.