From 9ac4e04cd890d596f48e41ce76e0257e9f079348 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 4 Feb 2023 19:22:28 +0100 Subject: [PATCH] --- templates/external.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/external.html b/templates/external.html index 197408c2..0d789fcf 100644 --- a/templates/external.html +++ b/templates/external.html @@ -9,12 +9,13 @@ if (loc) { var pos=loc.indexOf('link='); if (pos>0) { - document.write('Clic to the link below to go to the online location!
'+loc.substring(pos+5)+'
'); + document.write('Clic to the link below to go to the online location!
'+loc.substring(pos+5)+'
'); } else document.write('(no location defined)'); } // -->

External Link !...

+