Replaced <br /> with <hr /> for default list template.

This commit is contained in:
vyshane
2006-03-27 04:02:48 +00:00
parent 4d423a0b00
commit 9e5537eb3f
+1 -1
View File
@@ -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) {