mirror of https://github.com/docker/docs.git
Fix for upstream files w/bad keywords
This commit is contained in:
parent
ef295e1ffe
commit
96b09c113b
|
@ -214,7 +214,7 @@ function renderTopicsByTagTable(tagToLookup,divID)
|
|||
thisPage = metadata.pages[i];
|
||||
if (thisPage.keywords)
|
||||
{
|
||||
var keywordArray = thisPage.keywords.split(",");
|
||||
var keywordArray = thisPage.keywords.toString().split(",");
|
||||
for (n=0;n<keywordArray.length;n++)
|
||||
{
|
||||
if (keywordArray[n].trim().toLowerCase()==tagToLookup.toLowerCase())
|
||||
|
|
Loading…
Reference in New Issue