aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/data_set.py
diff options
context:
space:
mode:
authorZachary Sloan2013-11-26 00:09:26 +0000
committerZachary Sloan2013-11-26 00:09:26 +0000
commit8f91205970bfbce7bbe049889a31dfa98c9ef168 (patch)
tree2ad463f086a614cbd6adccc0eb4ad2cb6626d58e /wqflask/base/data_set.py
parente069e5dd7a8f007a4bdf248f733f4003baf65ca2 (diff)
downloadgenenetwork2-8f91205970bfbce7bbe049889a31dfa98c9ef168.tar.gz
Made some progress towards getting the traits inside a collection to display on hover
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-xwqflask/base/data_set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 8296adea..fbe78d5d 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -629,7 +629,7 @@ class PhenotypeDataSet(DataSet):
description = this_trait.pre_publication_description
- this_trait.description_display = description
+ this_trait.description_display = description.strip()
if not this_trait.year.isdigit():
this_trait.pubmed_text = "N/A"