Skip to content
Snippets Groups Projects
Commit b74600c4 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix endif

parent 15ddbbab
No related branches found
No related tags found
1 merge request!1Merge upstream
......@@ -174,6 +174,7 @@
<?php if (count($blast_urls) > 1): ?>
</ul>
</li>
<?php endif; ?>
<?php endif; ?>
<?php if (getenv('ENABLE_JBROWSE')): ?>
<?php
......
......@@ -188,6 +188,7 @@ if (isset($node) && $node->type == "chado_feature") {
<?php if (count($blast_urls) > 1): ?>
</ul>
</li>
<?php endif; ?>
<?php endif; ?>
<?php if (getenv('ENABLE_JBROWSE')): ?>
<?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment