From a403c1db8c381fcaa26f6f3a3dd01f4ede4fb622 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Sat, 12 Mar 2016 19:14:07 -0500 Subject: [PATCH] Move recaptcha javascript to actual tag The way it was handled previously resulted in invalid html, with an extra tag being inserteed inside the . --- web/skins/classic/includes/functions.php | 3 +++ web/skins/classic/views/login.php | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index 637509de0..bef1f2582 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -71,7 +71,10 @@ function xhtmlHeaders( $file, $title ) + + diff --git a/web/skins/classic/views/login.php b/web/skins/classic/views/login.php index c7be103a1..a2dfe219d 100644 --- a/web/skins/classic/views/login.php +++ b/web/skins/classic/views/login.php @@ -20,13 +20,6 @@ xhtmlHeaders(__FILE__, translate('Login') ); ?> - - "; - } -?>