--- d:\wwwroot\drupal-cvs\includes\locale.inc.orig	Sat Jul 23 15:00:06 2005
+++ d:\wwwroot\drupal-cvs\includes\locale.inc	Tue Jul 26 13:28:29 2005
@@ -1049,8 +1049,8 @@
       $arr[$locale->lid]['source'] = $locale->source;
     }
     foreach ($arr as $lid => $value) {
-      $source = htmlspecialchars($value['source']);
-      $rows[] = array(array('data' => (strlen($source) > 150 ? substr($source, 0, 150) .'...' : $source) .'<br /><small>'. $value['location'] .'</small>'), array('data' => _locale_string_language_list($value['locales']), 'align' => 'center'), array('data' => l(t('edit'), "admin/locale/string/edit/$lid"), 'nowrap' => 'nowrap'), array('data' => l(t('delete'), "admin/locale/string/delete/$lid"), 'nowrap' => 'nowrap'));
+      $source = htmlspecialchars(strlen($value['source']) > 150 ? substr($value['source'], 0, 150) .'...' : $value['source']);
+      $rows[] = array(array('data' => $source .'<br /><small>'. $value['location'] .'</small>'), array('data' => _locale_string_language_list($value['locales']), 'align' => 'center'), array('data' => l(t('edit'), "admin/locale/string/edit/$lid"), 'nowrap' => 'nowrap'), array('data' => l(t('delete'), "admin/locale/string/delete/$lid"), 'nowrap' => 'nowrap'));
     }
 
     $request = array();
