Mercurial > defr > drupal > core
diff modules/node/node.pages.inc @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | 589fb7c02327 |
children |
line wrap: on
line diff
--- a/modules/node/node.pages.inc Tue Dec 23 14:32:33 2008 +0100 +++ b/modules/node/node.pages.inc Tue Dec 23 14:32:44 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: node.pages.inc,v 1.28.2.2 2008/09/17 07:42:35 goba Exp $ +// $Id: node.pages.inc,v 1.28.2.3 2008/11/10 10:18:54 goba Exp $ /** * @file @@ -32,7 +32,7 @@ if ($content) { $output = '<dl class="node-type-list">'; foreach ($content as $item) { - $output .= '<dt>'. l($item['title'], $item['href'], $item['options']) .'</dt>'; + $output .= '<dt>'. l($item['title'], $item['href'], $item['localized_options']) .'</dt>'; $output .= '<dd>'. filter_xss_admin($item['description']) .'</dd>'; } $output .= '</dl>';