From 9e5537eb3fba1dbc2cf3c4d93200fef0058e50d5 Mon Sep 17 00:00:00 2001 From: vyshane Date: Mon, 27 Mar 2006 04:02:48 +0000 Subject: [PATCH] Replaced
with
for default list template. --- mod/data/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/data/lib.php b/mod/data/lib.php index 9796e2f5bf..932c26283b 100755 --- a/mod/data/lib.php +++ b/mod/data/lib.php @@ -352,7 +352,7 @@ function data_generate_default_template(&$data, $template, $recordid=0, $form=fa $str .= ''; if ($template == 'listtemplate'){ - $str .= '
'; + $str .= '
'; } if ($update) { -- 2.39.5