Index: includes/field.handlers.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/includes/field.handlers.inc,v
retrieving revision 1.13
diff -u -F^[^a-z]*function -r1.13 field.handlers.inc
--- includes/field.handlers.inc	18 Jun 2008 15:25:46 -0000	1.13
+++ includes/field.handlers.inc	20 Jul 2008 08:25:40 -0000
@@ -265,7 +265,7 @@   function options_form(&$form, &$form_s
     $form['custom_date_format'] = array(
       '#type' => 'textfield',
       '#title' => t('Custom date format'),
-      '#description' => t('If "Custom", see <a href="http://us.php.net/manual/en/function.date.php">the PHP docs</a> for date formats. If "Time ago" this is the the number of different units to display, which defaults to two.'),
+      '#description' => t('If "Custom", see <a href="http://us.php.net/manual/en/function.date.php" target="_blank">the PHP docs</a> for date formats. If "Time ago" this is the the number of different units to display, which defaults to two.'),
       '#default_value' => isset($this->options['custom_date_format']) ? $this->options['custom_date_format'] : '',
       '#process' => array('views_process_dependency'),
       '#dependency' => array('edit-options-date-format' => array('custom', 'time ago')),
