diff --git a/lib/template/details-html.php b/lib/template/details-html.php
index f9fc1f47..a2eff79f 100644
--- a/lib/template/details-html.php
+++ b/lib/template/details-html.php
@@ -121,7 +121,7 @@
echo $keyword_token;
if (isset($word_id))
{
- echo '
('.$word_id.')';
+ echo ' | word id: '.$word_id;
}
echo " | \n";
}
@@ -222,7 +222,7 @@
headline('Name Keywords');
foreach($aPlaceSearchNameKeywords as $aRow)
{
- _one_keyword_row($aRow['word_token']);
+ _one_keyword_row($aRow['word_token'], $aRow['word_id']);
}
}