From a1dd2929e6840b517fb9ccbee88094cc17112a1a Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Wed, 15 Aug 2007 17:20:35 +0000 Subject: [PATCH] Typo prevented description field from being displayed on admin course edit page. --- application/views/edit_course.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/edit_course.xhtml b/application/views/edit_course.xhtml index c1297659..e4e10b11 100644 --- a/application/views/edit_course.xhtml +++ b/application/views/edit_course.xhtml @@ -349,7 +349,7 @@ </fieldset> <h2>Description</h2> <fieldset> - <textarea id="description" name="description"><?php echo htmlentities($this->course->description, ENT_COMPAT, 'UTF-8', ENT_COMPAT, 'UTF-8'); ?></textarea> + <textarea id="description" name="description"><?php echo htmlentities($this->course->description, ENT_COMPAT, 'UTF-8'); ?></textarea> </fieldset> <h2>Campus(es)</h2> -- GitLab