From 039e785ef5e61bb16e6d6449f42d214def043be6 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Sun, 28 Apr 2024 09:54:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20width=20=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/tag.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);