diff --git a/classes/KeyMatrixEditor.php b/classes/KeyMatrixEditor.php index 50d00413a2..3b9f315a5e 100644 --- a/classes/KeyMatrixEditor.php +++ b/classes/KeyMatrixEditor.php @@ -178,10 +178,10 @@ private function processTaxa($tid,$indent=0){ private function echoTaxaRow($tid,$sciname,$indent = 0){ if(!is_numeric($indent)) $indent = 0; if(is_numeric($tid)){ - echo ''; + echo '
'; echo ''.($indent?'':'').htmlspecialchars($sciname, ENT_QUOTES, 'UTF-8').($indent?'':'').''; - echo ' '; - echo ''; + echo ''; + echo '
'; foreach($this->stateArr as $cs => $csName){ $isSelected = false; $isInherited = false; @@ -299,4 +299,4 @@ public function setClid($clid){ } } } -?> \ No newline at end of file +?> diff --git a/collections/list.php b/collections/list.php index 5251661abd..d3cde60a45 100644 --- a/collections/list.php +++ b/collections/list.php @@ -33,7 +33,7 @@ include_once($SERVER_ROOT . '/includes/googleanalytics.php'); ?> - + -