- Patch #125092: getting rid of some string clutter, changing Drupal forever ... :P

6.x
Dries Buytaert 2007-03-07 13:09:32 +00:00
parent ae093d1386
commit 33f4e17b2e
1 changed files with 1 additions and 1 deletions

View File

@ -2120,7 +2120,7 @@ function node_add($type = NULL) {
if (isset($item)) {
uksort($item, 'strnatcasecmp');
$output = t('Choose the appropriate item from the list:') .'<dl>'. implode('', $item) .'</dl>';
$output = '<dl>'. implode('', $item) .'</dl>';
}
else {
$output = t('No content types available.');