From 7a2dfdd90a40ef418a4eb3a81e016f2694648f9c Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Sat, 22 May 2010 09:43:29 -0400 Subject: [PATCH] fix invalid xhtml tag, per Alexey Baturin --- tblproperties.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tblproperties.php b/tblproperties.php index a2e9bb8c..2136a7d0 100644 --- a/tblproperties.php +++ b/tblproperties.php @@ -321,7 +321,7 @@ echo "

\n"; echo "\n"; echo $misc->form; - echo "\n"; + echo "\n"; if (!$data->hasCreateFieldWithConstraints()) { echo "\n"; } -- 2.39.5