Replaced <br /> with <hr /> for default list template.
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user