diff -r 078113670d4c inc/interface.php
--- a/inc/interface.php	Thu Nov 15 09:18:27 2012 +0100
+++ b/inc/interface.php	Thu Nov 15 10:07:07 2012 +0100
@@ -3982,8 +3982,8 @@
 	$refcnt = getChapterRefc ($tgt_chapter_no, array_keys ($words));
 	$attrs = getChapterAttributes($tgt_chapter_no);
 	echo "<br><table class=cooltable border=0 cellpadding=5 cellspacing=0 align=center>\n";
-	echo "<tr><th colspan=3>${wc} record(s)</th></tr>\n";
-	echo "<tr><th>Origin</th><th>Refcnt</th><th>Word</th></tr>\n";
+	echo "<tr><th colspan=4>${wc} record(s)</th></tr>\n";
+	echo "<tr><th>Origin</th><th>Refcnt</th><th>Word</th><th>key</th></tr>\n";
 	$order = 'odd';
 	foreach ($words as $key => $value)
 	{
@@ -4017,7 +4017,7 @@
 			else
 				echo $refcnt[$key];
 		}
-		echo "</td><td><div title='key=${key}'>${value}</div></td></tr>\n";
+		echo "</td><td><div title='key=${key}'>${value}</div></td><td>${key}</td></tr>\n";
 		$order = $nextorder[$order];
 	}
 	echo "</table>\n<br>";
