From c54f08587e4dca0c179bfae89cda155df7d62bcf Mon Sep 17 00:00:00 2001 From: Isaak Yosief Tecle Date: Thu, 6 May 2010 09:29:01 +0000 Subject: [PATCH] validate_all.t: edited html tags that were failing the test git-svn-id: svn+ssh://svn.sgn.cornell.edu/cxgn/sgn/trunk@18155 b4ddb4e3-33f1-0310-aa89-e703427ae9b8 --- cgi-bin/phenome/indls_range_cvterm.pl | 2 +- cgi-bin/phenome/population_indls.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-bin/phenome/indls_range_cvterm.pl b/cgi-bin/phenome/indls_range_cvterm.pl index 79bf8c71b..6f5bb9b4a 100755 --- a/cgi-bin/phenome/indls_range_cvterm.pl +++ b/cgi-bin/phenome/indls_range_cvterm.pl @@ -240,7 +240,7 @@ EOS $data_view = html_optional_show("phenotype", 'View/hide phenotype data summary', - qq|$phenotype_data|, + qq|$phenotype_data|, 1, #< show data by default ); $data_download .= qq { \[download population raw data\] }; diff --git a/cgi-bin/phenome/population_indls.pl b/cgi-bin/phenome/population_indls.pl index 0e776e384..c02d72bae 100755 --- a/cgi-bin/phenome/population_indls.pl +++ b/cgi-bin/phenome/population_indls.pl @@ -407,7 +407,7 @@ HTML my $qtl_image = $self->qtl_plot(); my $legend = $self->legend($population); - my $qtl_html = ""; + my $qtl_html = "
$qtl_image$legend
$qtl_image$legend
"; print info_section_html( title => 'QTL(s)', -- 2.11.4.GIT