From 0ff28229291f1c515bee086d69f7d099fa2295fe Mon Sep 17 00:00:00 2001 From: Minteck ⭐ Date: Fri, 15 Oct 2021 18:44:15 +0000 Subject: Update 'FtechWebring.client.js' --- FtechWebring.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FtechWebring.client.js b/FtechWebring.client.js index c8b839b..3ff6ade 100644 --- a/FtechWebring.client.js +++ b/FtechWebring.client.js @@ -50,7 +50,7 @@ function _ftww_processData(raw) { next = sites[0]["url"]; // If this is the last site, roll out to the first one } - dom = "Ftech webringThis is"+sites[thisSite]["name"]+", owned by "+sites[thisSite]["owner"]+". This website is part of the Ftech webring."; + dom = "Ftech webringThis is "+sites[thisSite]["name"]+", owned by "+sites[thisSite]["owner"]+". This website is part of the Ftech webring."; if (previous !== null) dom = dom + "[Prev]\n"; if (previous === null) dom = dom + "[You're on the first site]\n"; -- cgit