From: toyomoyo Date: Thu, 1 Mar 2007 05:03:06 +0000 (+0000) Subject: replacing fieldset with div in small forms X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7a4a9005c5e8da4773318e867e0e05c5a85fbc5d;p=moodle.git replacing fieldset with div in small forms --- diff --git a/blog/blogpage.php b/blog/blogpage.php index 7caf1ef5ce..7e6366d99d 100644 --- a/blog/blogpage.php +++ b/blog/blogpage.php @@ -186,8 +186,8 @@ class page_blog extends page_base { $paramstring .= ''; } - $editformstring = '
frametarget.' method="get" action="'.$this->url_get_path().'">
' - .$paramstring.'
'; + $editformstring = '
frametarget.' method="get" action="'.$this->url_get_path().'">
' + .$paramstring.'
'; } return $editformstring;