Add nbsp. Props Speedboxer. fixes #5931

git-svn-id: http://svn.automattic.com/wordpress/trunk@7035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-26 08:50:42 +00:00
parent 8ec7beca29
commit f4490b8acb
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ function wp_dashboard_plugins_output() {
$dlink = rtrim($link, '/') . '/download/';
echo "<h4>$label</h4>\n";
echo "<h5><a href='$link'>$title</a></h5> <span>(<a href='$dlink'>" . __( 'Download' ) . "</a>)</span>\n";
echo "<h5><a href='$link'>$title</a></h5>&nbsp;<span>(<a href='$dlink'>" . __( 'Download' ) . "</a>)</span>\n";
echo "<p>$description</p>\n";
}
}