about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-09-04 13:31:24 -0500
committerFrederick Muriuki Muriithi2026-09-04 13:31:24 -0500
commit16027022ee9ad50408dabcffd20227a91f064edd (patch)
treeb02ee1a52f2d786074b132cc4150d40aae3c3965
parent112aa267709b130447d8ca387631f5dbeba02366 (diff)
downloadgn-uploader-16027022ee9ad50408dabcffd20227a91f064edd.tar.gz
Bugfix: Close <div> element and re-indent code.
-rw-r--r--uploader/templates/genotypes/list-genotypes.html13
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>