diff options
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 62c0164b..419f9512 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -105,8 +105,7 @@ </form> {% if dataset.type != 'Geno' %} <div class="show-hide-container"> - <b>Show/Hide Columns: </b> - <br> + <b>Show/Hide Columns: </b> {% if dataset.type == 'ProbeSet' %} <button class="toggle-vis" data-column="3">Symbol</button> <button class="toggle-vis" data-column="4">Description</button> |