From 95f8a5031467ac7d78b8b95dd6f3bc6101eb91c1 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Aug 30 2011 04:47:03 +0000 Subject: Update `Apps/xhtml.py'. --- diff --git a/Scripts/CentOS-Web/Apps/xhtml.py b/Scripts/CentOS-Web/Apps/xhtml.py index 4cbfad5..6ffeab7 100755 --- a/Scripts/CentOS-Web/Apps/xhtml.py +++ b/Scripts/CentOS-Web/Apps/xhtml.py @@ -1054,7 +1054,7 @@ class Strict: > """ - return self.form('form', attrs, indent, content, has_child) + return self.tag('form', attrs, indent, content, has_child) def tag_label(self, attrs, indent, content, has_child=0):