diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 14:21:47 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 14:21:47 -0500 |
commit | ff901332d2a64766472921d3d3742dc913540508 (patch) | |
tree | 60b450710e7e7f1471949fbdf2d3351bed53bef9 /lib/htmloutputter.php | |
parent | 802863907337d6e1b463c28390499017b1d4e5f1 (diff) |
Fix the constructor for Action
Also, fix the startXML() method
Diffstat (limited to 'lib/htmloutputter.php')
-rw-r--r-- | lib/htmloutputter.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 43e4a59a9..75a995bef 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -122,7 +122,6 @@ class HTMLOutputter extends XMLOutputter 'lang' => $language)); } - /** * Ends an HTML document * @@ -134,7 +133,6 @@ class HTMLOutputter extends XMLOutputter $this->endXML(); } - /** * Output an HTML text input element * |