diff --git a/html/ajax_misc.php b/html/ajax_misc.php index 6ec79743f..c3622eefb 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -623,11 +623,12 @@ EOF; $ajrn=$cn->get_array('select jrn_def_name,jrn_def_description from jrn_def where jrn_def_id=$1',array($l)); if ( count($ajrn)==1) { - - echo '

'.$ajrn[0]['jrn_def_name'].'

'; + echo '
'; + echo '

'.$ajrn[0]['jrn_def_name'].'

'; if ( trim($ajrn[0]['jrn_def_description']) != "") { - echo '

'.$ajrn[0]['jrn_def_description'].'

'; + echo '

'.$ajrn[0]['jrn_def_description'].'

'; } + echo '
'; } exit(); break; diff --git a/html/style-color.css b/html/style-color.css index 9c2d50cac..3e3bca541 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -1,7 +1,7 @@ /*