From: Roland Häder <roland@mxchange.org> Date: Wed, 28 Oct 2009 19:26:46 +0000 (+0000) Subject: HTML fix and double->single converted X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8a85312325c31760720415e06429544eb00623d9;p=mailer.git HTML fix and double->single converted --- 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 @@ <td align="right">{--ADMIN_OPTION_CSS_PHP--}:</td> <td width="10" class="seperator"> </td> <td> - <input type="radio" name="css_php" value="DIRECT"$content[css_php_direct]/ > {--ADMIN_CSS_PHP_DIRECT--}<br /> + <input type="radio" name="css_php" value="DIRECT"$content[css_php_direct] /> {--ADMIN_CSS_PHP_DIRECT--}<br /> <input type="radio" name="css_php" value="FILE"$content[css_php_file] /> {--ADMIN_CSS_PHP_FILE--}<br /> <input type="radio" name="css_php" value="INLINE"$content[css_php_inline] /> {--ADMIN_CSS_PHP_INLINE--} </td> 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 </select></td> </tr> -</table> \ No newline at end of file +</table> 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 @@ <td colspan="2" height="7" class="seperator"> </td> </tr> <tr> - <td colspan="2" align="center">$content[max_receive_list]/td> + <td colspan="2" align="center">$content[max_receive_list]</td> </tr> <tr> <td colspan="2" height="7" class="seperator"> </td>