]> git.mjollnir.org Git - moodle.git/commitdiff
Replaced <br /> with <hr /> for default list template.
authorvyshane <vyshane>
Mon, 27 Mar 2006 04:02:48 +0000 (04:02 +0000)
committervyshane <vyshane>
Mon, 27 Mar 2006 04:02:48 +0000 (04:02 +0000)
mod/data/lib.php

index 9796e2f5bff3e44957682c7cb5dde054dc32b12d..932c26283b2ba7ee1e784b54f7a24ec971e45916 100755 (executable)
@@ -352,7 +352,7 @@ function data_generate_default_template(&$data, $template, $recordid=0, $form=fa
         $str .= '</div>';
 
         if ($template == 'listtemplate'){
-            $str .= '<br />';
+            $str .= '<hr />';
         }
 
         if ($update) {