From 632d4399750aa99037fd82ce45a9f6040b023f6a Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Tue, 28 Nov 2017 14:57:38 +0200 Subject: [PATCH] Update plugin.php revert labels linking --- bl-plugins/google/plugin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bl-plugins/google/plugin.php b/bl-plugins/google/plugin.php index 9256390f..c1ab3ae9 100644 --- a/bl-plugins/google/plugin.php +++ b/bl-plugins/google/plugin.php @@ -16,14 +16,14 @@ class pluginGoogle extends Plugin { global $Language; $html = '
'; - $html .= ''; - $html .= ''; + $html .= ''; + $html .= ''; $html .= ''.$Language->get('complete-this-field-with-the-google-site-verification').''; $html .= '
'; $html .= '
'; - $html .= ''; - $html .= ''; + $html .= ''; + $html .= ''; $html .= ''.$Language->get('complete-this-field-with-the-tracking-id').''; $html .= '
';