aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}