From 44578719605d03ba16edf902f55e061b3ff05c3b Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 8 Jan 2008 18:07:47 +0000 Subject: [PATCH] merged from 1.9 :: MDL-12881 :: added class names "username" and "password" for better login form handling. --- blocks/login/block_login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/login/block_login.php b/blocks/login/block_login.php index e45f2f877a..51ffb337bb 100644 --- a/blocks/login/block_login.php +++ b/blocks/login/block_login.php @@ -45,10 +45,10 @@ class block_login extends block_base { $this->content->text .= "\n".'
'; - $this->content->text .= '
'; + $this->content->text .= '
'; $this->content->text .= '
'; - $this->content->text .= '
'; + $this->content->text .= '
'; $this->content->text .= '
'; $this->content->text .= '
'; -- 2.39.5