From f89e274cad28ade339012a7c3f80fa1ee8269942 Mon Sep 17 00:00:00 2001 From: Evan Carroll Date: Sun, 9 Sep 2007 15:44:46 -0500 Subject: [PATCH] fixed typo with class --- PSQL-Query/bin/xhtml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PSQL-Query/bin/xhtml.tt b/PSQL-Query/bin/xhtml.tt index 9b9e176..e450709 100644 --- a/PSQL-Query/bin/xhtml.tt +++ b/PSQL-Query/bin/xhtml.tt @@ -107,7 +107,7 @@ [% row.time.startup | html_entity %] [% row.time.total | html_entity %] - [% row.time.rows | html_entity %] + [% row.time.rows | html_entity %] [% row.time.loops | html_entity %] [% IF row.has_info %] -- 2.11.4.GIT