diff options
| author | Frederick Muriuki Muriithi | 2026-09-04 13:31:24 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-09-04 13:31:24 -0500 |
| commit | 16027022ee9ad50408dabcffd20227a91f064edd (patch) | |
| tree | b02ee1a52f2d786074b132cc4150d40aae3c3965 /uploader | |
| parent | 112aa267709b130447d8ca387631f5dbeba02366 (diff) | |
| download | gn-uploader-16027022ee9ad50408dabcffd20227a91f064edd.tar.gz | |
Bugfix: Close <div> element and re-indent code.
Diffstat (limited to 'uploader')
| -rw-r--r-- | uploader/templates/genotypes/list-genotypes.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/uploader/templates/genotypes/list-genotypes.html b/uploader/templates/genotypes/list-genotypes.html index 131576f..a7e8ba4 100644 --- a/uploader/templates/genotypes/list-genotypes.html +++ b/uploader/templates/genotypes/list-genotypes.html @@ -91,13 +91,14 @@ <div class="row"> <h3>Genotype Markers</h3> +</div> - <div class="row"> - <p> - The table below lists all of the markers that exist for species - {{species.SpeciesName}} ({{species.FullName}}), regardless of whether - (or not) we have corresponding sample allele data for a particular marker. - </p> +<div class="row"> + <p> + The table below lists all of the markers that exist for species + {{species.SpeciesName}} ({{species.FullName}}), regardless of whether + (or not) we have corresponding sample allele data for a particular marker. + </p> <table id="tbl-genetic-markers" class="table compact stripe cell-border"> <thead> <tr> |
