Fix (some) missing closing tags.
authorDiane Trout <diane@caltech.edu>
Thu, 20 Sep 2012 22:17:53 +0000 (15:17 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 20 Sep 2012 22:17:53 +0000 (15:17 -0700)
htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html
htsworkflow/frontend/templates/sample_header.html
htsworkflow/frontend/templates/samples/library_detail.html

index 6c517e648820940d56fde5e42eebab378e3e0cd1..33c47fb50d66edbbc8e51655cd06280e63e9af78 100644 (file)
@@ -13,6 +13,7 @@
 <div id="lane_detail" class="htswdetail" rel="rdf:type" resource="libns:IlluminaLane">
   <div rel="libns:flowcell" resource="{{flowcell.get_absolute_url}}">
   {% include "experiments/flowcell_header.html" %}
+  </div>
   <div class="flowcell_lane_detail">
   <h2>About this lane</h2>
   <b>Lane</b>:
@@ -42,6 +43,7 @@
            <td>IVC Percent Base</td>
            <td>IVC Percent Base All</td>
            <td>IVC Percent Base Called</td>
+         </tr>
        </thead>
        <tbody>
           {% for run, lane_number, lane_file_set in filtered_dataruns %}
@@ -79,4 +81,6 @@
      </table>
   {% endfor %}
   </div>
+</div>
+
 {% endblock %}
index c3d5f979628c388754e4f502f3aa0da9880dc2eb..d38d9103e91e071f9210a31b118cc0e7f6771c2c 100644 (file)
@@ -89,3 +89,4 @@
     <br/>
     {% endif %}
   </div>
+</div>
index 66b2cc12301cafa252af0fcf0c8d33d0327a174b..b7a182e1961b4d1588554cc4c92e09adcc1ce835 100644 (file)
   {% endfor %}
   {% endblock %}
   </div>
-</div>
 {% endblock %}