From b948ccbab406b5f729397ca0d0c3bac20b8bec3c Mon Sep 17 00:00:00 2001 From: bihlink <95501288+bihlink@users.noreply.github.com> Date: Wed, 6 Jul 2022 01:40:39 +0200 Subject: [PATCH] Update index.html --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index b5633ea..de19389 100644 --- a/static/index.html +++ b/static/index.html @@ -89,7 +89,7 @@ if(instype=="wordpress"){ var inUrl = 'https://' + val('urlin') + '/author/' + val('usernamein'); } - if(instype=="misskey"){ + elseif(instype=="misskey"){ var inUrl = 'https://' + val('urlin') + '/@' + val('usernamein'); } else{