diff -r -u mantis-1.1.1.old/core/print_api.php mantis-1.1.1/core/print_api.php --- mantis-1.1.1.old/core/print_api.php 2008-02-25 11:28:56.000000000 +0000 +++ mantis-1.1.1/core/print_api.php 2008-02-25 11:28:09.000000000 +0000 @@ -829,10 +829,13 @@ } foreach( $versions as $version ) { - $t_version = string_attribute( $version['version'] ); + $t_version_name = $t_version = string_attribute( $version['version'] ); + if ( ( null !== $p_released ) && ( $version['released'] == 1 ) ){ + $t_version_name .= ' '.lang_get( 'released' ); + } echo "'; + echo '>', string_shorten( $t_version_name ), ''; } } # --------------------