]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/details-html.php
corrected layout of keywords on HTML details page
[nominatim.git] / lib / template / details-html.php
index 404450c08919a44073699b9d03f88db29f339605..3e9e39d75c4fa31a3734ba9546a701339f6c747d 100644 (file)
                echo $keyword_token;
                if (isset($word_id))
                {
-                       echo '</td><td>('.$word_id.')';
+                       echo '</td><td>word id: '.$word_id;
                }
                echo "</td></tr>\n";
        }
                headline('Name Keywords');
                foreach($aPlaceSearchNameKeywords as $aRow)
                {
-                       _one_keyword_row($aRow['word_token']);
+                       _one_keyword_row($aRow['word_token'], $aRow['word_id']);
                }
        }