summaryrefslogtreecommitdiff
path: root/lib/htmloutputter.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-15 14:21:47 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-01-15 14:21:47 -0500
commitff901332d2a64766472921d3d3742dc913540508 (patch)
tree60b450710e7e7f1471949fbdf2d3351bed53bef9 /lib/htmloutputter.php
parent802863907337d6e1b463c28390499017b1d4e5f1 (diff)
Fix the constructor for Action
Also, fix the startXML() method
Diffstat (limited to 'lib/htmloutputter.php')
-rw-r--r--lib/htmloutputter.php2
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
*