--- build_system/web/index.php 2011/05/09 17:53:32 1252 +++ build_system/web/index.php 2011/05/09 18:36:23 1253 @@ -7,6 +7,7 @@ * @author Olivier Blin * @author Pascal Terjan * @author Romain d'Alverny + * @author Michael Scherer * * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 * @@ -292,8 +293,8 @@ # Temporary until initial mirror is ready echo sprintf( - '

%d broken dependencies. You can help!

', - 'data/missing-deps.i586.txt', count($missing_deps), + '

%s broken dependencies. You can help!

', + 'data/missing-deps.i586.txt', count($missing_deps) == 0 ? 'no' : count($missing_deps), 'http://www.mageia.org/wiki/doku.php?id=packaging#starting_package_import' );