]> git.mjollnir.org Git - moodle.git/commitdiff
Included some missing colons...I forgot.
authorstronk7 <stronk7>
Sun, 9 May 2004 23:10:46 +0000 (23:10 +0000)
committerstronk7 <stronk7>
Sun, 9 May 2004 23:10:46 +0000 (23:10 +0000)
mod/forum/mod.html
mod/glossary/mod.html

index e7e7d7d9e292e32bef947c98612097aa688d5659..d6a02edc677beb65fc6cf37ac8b548c2817a5f13 100644 (file)
     //Only show rss parameters if rss is activated at site and forum levels  
     if ($CFG->enablerssfeeds && $CFG->forum_enablerssfeeds) {
         echo "<tr valign=top>";
-        echo "<td align=right><p><b>".get_string("rsstype")."</b></p></td>";
+        echo "<td align=right><p><b>".get_string("rsstype").":</b></p></td>";
         echo "<td>";
         unset($choices);
         $choices[0] = get_string("none");
         echo "</tr>";
 
         echo "<tr valign=top>";
-        echo "<td align=right><p><b>".get_string("rssarticles")."</b></p></td>";
+        echo "<td align=right><p><b>".get_string("rssarticles").":</b></p></td>";
         echo "<td>";
         unset($choices);
         $choices[0] = "0";
index c55aa71398fb409cc78dbf26c344cb410e6b39f7..b6a872bf744c762e63b0388e1ebd42588ef00198 100644 (file)
@@ -332,7 +332,7 @@ if (!$mainglossary or $mainglossary->id == $form->instance ) {
     //Only show rss parameters if rss is activated at site and glossary levels
     if ($CFG->enablerssfeeds && $CFG->glossary_enablerssfeeds) {
         echo "<tr valign=top>";
-        echo "<td align=right><p><b>".get_string("rsstype")."</b></p></td>";
+        echo "<td align=right><p><b>".get_string("rsstype").":</b></p></td>";
         echo "<td>";
         unset($choices);
         $choices[0] = get_string("none");
@@ -344,7 +344,7 @@ if (!$mainglossary or $mainglossary->id == $form->instance ) {
         echo "</tr>";
 
         echo "<tr valign=top>";
-        echo "<td align=right><p><b>".get_string("rssarticles")."</b></p></td>";
+        echo "<td align=right><p><b>".get_string("rssarticles").":</b></p></td>";
         echo "<td>";
         unset($choices);
         $choices[0] = "0";