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.