mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Adding missing tags in code. Credit goes to Greg Lyon. MDL-8383.
Merged from MOODLE_17_STABLE
This commit is contained in:
parent
6349a3ba48
commit
b26f94ce15
@ -133,7 +133,7 @@ class view_reserved_words extends XMLDBAction {
|
|||||||
|
|
||||||
/// The textarea showing all the reserved words
|
/// The textarea showing all the reserved words
|
||||||
$o.= ' <table id="formelements" align="center" cellpadding="5">';
|
$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.= ' <tr><td><textarea cols="80" rows="32">';
|
||||||
$o.= s(implode(', ', $reserved_words));
|
$o.= s(implode(', ', $reserved_words));
|
||||||
$o.= '</textarea></td></tr>';
|
$o.= '</textarea></td></tr>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user