diff --git a/templates/tag.html b/templates/tag.html index 14ffb74..efc5f43 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -128,7 +128,7 @@ function showList(labelsCount){ path=document.createElementNS("http://www.w3.org/2000/svg","path"); span=document.createElement("span"); svg.setAttributeNS(null,"class","SideNav-icon octicon"); - svg.setAttributeNS(null,"style","witdh:16px;height:16px"); + svg.setAttributeNS(null,"style","width:16px;height:16px"); path.setAttributeNS(null, "d", IconList["post"]); svg.appendChild(path);