--- img_assist.original	2005-04-06 00:06:13.000000000 -0400
+++ img_assist.module	2005-04-06 00:07:57.000000000 -0400
@@ -644,7 +644,7 @@
     $dim = ($img->width <= 190) ? "width=\"$img->width\" height=\"$img->height\"" : 'width="100%"';
 
     $output .= l("<img src=\"".file_create_url($img->filepath)."\" $dim border=\"1\" />", "img_assist/load/properties/$img->fid", array('target' => 'img_assist_properties'), NULL, NULL, FALSE, TRUE);
-    $output .= "<br />". l($img->title, "node/$img->fid", array('target' => '_blank')). " ($img->width x $img->height)\n";
+    $output .= "<br />". l($img->title, "node/$img->nid", array('target' => '_blank')). " ($img->width x $img->height)\n";
 
     /* If the directory view is the one invoking this function  */
     if (strstr(request_uri(), 'img_assist/load/preview/')) {
