use console_commandline for parameter parsing
[bdrem.git] / src / bdrem / Renderer / HtmlTable.php
index 574036fdb8c1fda9746313ce10f9e15f7bf73058..bcfa9fe0d3e893aaf506b557f1f18fc7e11a6a03 100644 (file)
@@ -1,8 +1,10 @@
 <?php
 namespace bdrem;
 
 <?php
 namespace bdrem;
 
-class Renderer_HtmlTable
+class Renderer_HtmlTable extends Renderer
 {
 {
+    protected $httpContentType = 'text/html; charset=utf-8';
+
     public function render($arEvents)
     {
         $s = <<<HTM
     public function render($arEvents)
     {
         $s = <<<HTM