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 !...

+