From 8b5f5e818183be44b683793903dcddffd5b17389 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 28 Jan 2010 05:32:15 +0000 Subject: [PATCH] comments MDL-19118 Fixed XML strict errors --- comment/index.php | 2 +- comment/lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comment/index.php b/comment/index.php index 673c806415c..c4cd28a10df 100644 --- a/comment/index.php +++ b/comment/index.php @@ -76,6 +76,6 @@ if (empty($action)) { $manager->print_comments($page); echo '
'; echo ''; - echo '
'; + echo '
'; } echo $OUTPUT->footer(); diff --git a/comment/lib.php b/comment/lib.php index 6ebabeb9200..996b1e5c175 100644 --- a/comment/lib.php +++ b/comment/lib.php @@ -83,7 +83,7 @@ class comment_manager { $count = $DB->count_records_sql('SELECT COUNT(*) FROM {comments} c'); $comments = $this->get_comments($page); $table = new html_table(); - $table->head = array ('', 'author', 'content', 'action'); + $table->head = array ('', 'author', 'content', 'action'); $table->align = array ('left', 'left', 'left', 'left'); $table->width = "95%"; $table->data = array();