about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-23 12:01:51 +0300
committerAlexander_Kabui2024-09-23 12:01:51 +0300
commitf406349e3388d00f85d93d117aaa34b6920f8835 (patch)
tree0cb2a3d5474476541f499325d25b719f72137dd7
parent97fa5cd4d8480fabc0a9112e336296e98c4d2c8e (diff)
downloadgenenetwork2-f406349e3388d00f85d93d117aaa34b6920f8835.tar.gz
Fix: fix orphan tags.
-rw-r--r--gn2/wqflask/templates/base.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html
index 9fe66785..952f380e 100644
--- a/gn2/wqflask/templates/base.html
+++ b/gn2/wqflask/templates/base.html
@@ -87,7 +87,7 @@
                             </a>
                         </li>
                         <li class="">
-                            <a href="/repositories" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Source Code <span class="caret"></a>
+                            <a href="/repositories" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Source Code <span class="caret"> </span></a>
                                 <ul class="dropdown-menu">
                                     <li><a href="https://github.com/genenetwork/genenetwork2">GN2 Source Code</a></li>
                                     <li><a href="https://github.com/genenetwork/genenetwork">GN1 Source Code</a></li>
@@ -202,13 +202,14 @@
                             <li>
                                 NCI <a href="http://emice.nci.nih.gov/">MMHCC</a> (U01CA105417), NCRR, <span class="broken_link test" href="http://www.birncommunity.org/">BIRN</span>, (U24 RR021760)
                             </li>
-                        </UL>
+                        </ul>
                         <p>Published in
                           <a href="http://joss.theoj.org/papers/10.21105/joss.00025">Journal of Open Source Software (JOSS)</a>
                           <!-- JOSS logo is defunct -->
                         </p>
                         <p>
                             Development and source code on <a href="https://github.com/genenetwork/">github</a> with <a href="https://issues.genenetwork.org/">issue tracker</a> and <a href="https://github.com/genenetwork/genenetwork2/blob/master/README.md">documentation</a>.
+			</p>
                             {% if version: %}
                             <p><small>GeneNetwork {{ version }}</small></p>
                             {% endif %}