Skip to content
Snippets Groups Projects
Commit a1dd2929 authored by Tim Steiner's avatar Tim Steiner
Browse files

Typo prevented description field from being displayed on admin course edit page.

parent d83937a3
No related branches found
Tags
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment