Adding missing tags in code. Credit goes to Greg Lyon. MDL-8383.

Merged from MOODLE_17_STABLE
This commit is contained in:
stronk7 2007-02-01 22:36:35 +00:00
parent 6349a3ba48
commit b26f94ce15

View File

@ -133,7 +133,7 @@ class view_reserved_words extends XMLDBAction {
/// The textarea showing all the reserved words
$o.= ' <table id="formelements" align="center" cellpadding="5">';
$o.= ' <tr><td align="center">' . $this->str['listreservedwords'];
$o.= ' <tr><td align="center">' . $this->str['listreservedwords'].'</td></tr>';
$o.= ' <tr><td><textarea cols="80" rows="32">';
$o.= s(implode(', ', $reserved_words));
$o.= '</textarea></td></tr>';