]> git.mjollnir.org Git - moodle.git/commitdiff
Adding missing tags in code. Credit goes to Greg Lyon. MDL-8383.
authorstronk7 <stronk7>
Thu, 1 Feb 2007 22:36:35 +0000 (22:36 +0000)
committerstronk7 <stronk7>
Thu, 1 Feb 2007 22:36:35 +0000 (22:36 +0000)
Merged from MOODLE_17_STABLE

admin/xmldb/actions/view_reserved_words/view_reserved_words.class.php

index d19665b1ab200d054faf4976f51c4f9dc58c09bc..496af0794febfb0f413e90ad4d796535a713748f 100644 (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>';