From 8a85312325c31760720415e06429544eb00623d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 28 Oct 2009 19:26:46 +0000 Subject: [PATCH] HTML fix and double->single converted --- inc/functions.php | 2 +- templates/de/html/admin/admin_config_other.tpl | 2 +- templates/de/html/guest/guest_receive_table.tpl | 2 +- templates/de/html/guest/guest_register.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index a52770e945..dbfe8b3674 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1325,7 +1325,7 @@ function generateRandomCode ($length, $code, $userid, $DATA = '') { // Does only allow numbers function bigintval ($num, $castValue = true) { // Filter all numbers out - $ret = preg_replace("/[^0123456789]/", '', $num); + $ret = preg_replace('/[^0123456789]/', '', $num); // Shall we cast? if ($castValue) $ret = (double)$ret; diff --git a/templates/de/html/admin/admin_config_other.tpl b/templates/de/html/admin/admin_config_other.tpl index 9d19efb8ed..a2f6c7295f 100644 --- a/templates/de/html/admin/admin_config_other.tpl +++ b/templates/de/html/admin/admin_config_other.tpl @@ -161,7 +161,7 @@ {--ADMIN_OPTION_CSS_PHP--}:   -  {--ADMIN_CSS_PHP_DIRECT--}
+  {--ADMIN_CSS_PHP_DIRECT--}
 {--ADMIN_CSS_PHP_FILE--}
 {--ADMIN_CSS_PHP_INLINE--} diff --git a/templates/de/html/guest/guest_receive_table.tpl b/templates/de/html/guest/guest_receive_table.tpl index cad81aa9db..26bbf37916 100644 --- a/templates/de/html/guest/guest_receive_table.tpl +++ b/templates/de/html/guest/guest_receive_table.tpl @@ -8,4 +8,4 @@ $content - \ No newline at end of file + diff --git a/templates/de/html/guest/guest_register.tpl b/templates/de/html/guest/guest_register.tpl index 9bbc8db1a7..8d7d6cbf37 100644 --- a/templates/de/html/guest/guest_register.tpl +++ b/templates/de/html/guest/guest_register.tpl @@ -128,7 +128,7 @@   - $content[max_receive_list]/td> + $content[max_receive_list]   -- 2.30.2