From a24991b430baccd2754ca23e8671a943ff2641a0 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Wed, 2 Mar 2016 00:53:56 +0100 Subject: [PATCH] corrected layout of keywords on HTML details page --- lib/template/details-html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']); } }