diff options
Diffstat (limited to 'FtechWebring.client.js')
-rw-r--r-- | FtechWebring.client.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "<ftww-base><ftww-title>Ftech webring</ftww-title><ftww-description>This is<a href=\""+sites[thisSite]["url"]+"\">"+sites[thisSite]["name"]+"</a>, owned by "+sites[thisSite]["owner"]+". This website is part of the Ftech webring.</ftww-description><ftww-actions>"; + dom = "<ftww-base><ftww-title>Ftech webring</ftww-title><ftww-description>This is <a href=\""+sites[thisSite]["url"]+"\">"+sites[thisSite]["name"]+"</a>, owned by "+sites[thisSite]["owner"]+". This website is part of the Ftech webring.</ftww-description><ftww-actions>"; if (previous !== null) dom = dom + "<a href=\""+previous+"\" target='_blank'>[Prev]</a>\n"; if (previous === null) dom = dom + "<ftww-disabled>[You're on the first site]</ftww-disabled>\n"; |