diff options
author | BonfaceKilz | 2020-06-17 03:24:45 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-06-17 03:24:45 +0300 |
commit | ac00b9a434db48828c64459ff9b0608bf5235683 (patch) | |
tree | fd4204b2e2f3d14eaa41adefb7ad05299dc356e0 /bh20simplewebuploader/templates | |
parent | 967e1d56a81c184d3dc8d265dec13852eb8c90a6 (diff) | |
download | bh20-seq-resource-ac00b9a434db48828c64459ff9b0608bf5235683.tar.gz bh20-seq-resource-ac00b9a434db48828c64459ff9b0608bf5235683.tar.lz bh20-seq-resource-ac00b9a434db48828c64459ff9b0608bf5235683.zip |
Fix broken HTML
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/demo-run.html | 2 | ||||
-rw-r--r-- | bh20simplewebuploader/templates/footer.html | 3 | ||||
-rw-r--r-- | bh20simplewebuploader/templates/search.html | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/bh20simplewebuploader/templates/demo-run.html b/bh20simplewebuploader/templates/demo-run.html index c9f1473..f885dd5 100644 --- a/bh20simplewebuploader/templates/demo-run.html +++ b/bh20simplewebuploader/templates/demo-run.html @@ -22,4 +22,4 @@ <section> <div id="table"></div> - </section> + </section> diff --git a/bh20simplewebuploader/templates/footer.html b/bh20simplewebuploader/templates/footer.html index 0218278..7366507 100644 --- a/bh20simplewebuploader/templates/footer.html +++ b/bh20simplewebuploader/templates/footer.html @@ -1,5 +1,4 @@ <br> -</p> <section class="footer"> <div class="about"> <div> @@ -40,4 +39,4 @@ </small> </center> </div> -</class> +</section> diff --git a/bh20simplewebuploader/templates/search.html b/bh20simplewebuploader/templates/search.html index 1257ee2..dbdca90 100644 --- a/bh20simplewebuploader/templates/search.html +++ b/bh20simplewebuploader/templates/search.html @@ -1,10 +1,10 @@ <div class="search"> - <input id="search-input" id="global-search" type="search" placeholder="FASTA uri" required> + <input id="search-input" type="search" placeholder="FASTA uri" required> <button class="button search-button" type="submit" onclick="search()"> <span class="icon ion-search"> <span class="sr-only">Search</span> </span> </button> - <span class="dropt" title="http://collections.lugli.arvadosapi.com/c=00fede2c6f52b053a14edca01cfa02b7+126/sequence.fasta">(example)<span style="width:500px;"></span> + <span class="dropt" title="http://collections.lugli.arvadosapi.com/c=00fede2c6f52b053a14edca01cfa02b7+126/sequence.fasta">(example)<span style="width:500px;"></span></span> </div> -</section> + |