From: urs_hunkler Date: Tue, 8 Jan 2008 18:07:47 +0000 (+0000) Subject: merged from 1.9 :: MDL-12881 :: added class names "username" and "password" for bette... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=44578719605d03ba16edf902f55e061b3ff05c3b;p=moodle.git merged from 1.9 :: MDL-12881 :: added class names "username" and "password" for better login form handling. --- 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 .= '
';