From 9892bad7d869d65f726fffce57b48b90ddc1e89e Mon Sep 17 00:00:00 2001 From: dairiki Date: Tue, 22 Jan 2002 16:35:56 +0000 Subject: [PATCH] Add HTML::hr(). git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@1472 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/HtmlElement.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/HtmlElement.php b/lib/HtmlElement.php index 9222ba7fd..6bbf8028c 100644 --- a/lib/HtmlElement.php +++ b/lib/HtmlElement.php @@ -1,4 +1,4 @@ -_init(func_get_args()); + return $el; + } + function div (/*...*/) { $el = new HtmlElement('div'); $el->_init(func_get_args()); -- 2.45.0