openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8d37735147b8c51cc77ecd09a97bceb36e02b22a
parent a2c2e5b2996a8dbc48d92b59a5316afc336ae72d
Author: dankert <devnull@localhost>
Date:   Tue, 15 Feb 2011 23:30:43 +0100

Fix: Javascript-Fehler vermeiden.

Diffstat:
themes/default/include/html/focus.inc.php | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/themes/default/include/html/focus.inc.php b/themes/default/include/html/focus.inc.php @@ -3,6 +3,4 @@ if (isset($errors[0])) $attr_field = $errors[0]; ?><script name="JavaScript" type="text/javascript"><!-- document.forms[0].<?php echo $attr_field ?>.focus(); -document.forms[0].<?php echo $attr_field ?>.select(); - // --> -</script> +document.forms[0].<?php echo $attr_field ?>.select(); // --></script>+ \ No newline at end of file