From ba9258bc6e20396f82965a19c292c8ccc5a1237f Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 21 Sep 2013 22:11:50 +0000 Subject: [PATCH] Remove the . from the css class name. --- app/gateways/gateway_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gateways/gateway_edit.php b/app/gateways/gateway_edit.php index 27e1a6b402..58603ff8dd 100644 --- a/app/gateways/gateway_edit.php +++ b/app/gateways/gateway_edit.php @@ -357,7 +357,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo " \n"; echo " "; echo "
\n"; - echo " ".$text['title-gateway']."
\n"; + echo " ".$text['title-gateway']."
\n"; echo "
\n"; echo " \n";