From 1236a9dca6a8a5ed21dccffded21a1ad0add9294 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 02 2011 22:47:30 +0000 Subject: Update `CentOS-Web/Apps/xhtml.py'. --- diff --git a/Scripts/CentOS-Web/Apps/xhtml.py b/Scripts/CentOS-Web/Apps/xhtml.py index 6bb7d6f..026da85 100755 --- a/Scripts/CentOS-Web/Apps/xhtml.py +++ b/Scripts/CentOS-Web/Apps/xhtml.py @@ -303,7 +303,7 @@ class Strict: return self.tag('style', attrs, indent, content, has_child) - def tag_script(self, attrs, indent, content, has_child=0): + def tag_script(self, attrs, indent, content="", has_child=0): """Returns script statement.