mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Included some missing colons...I forgot.
This commit is contained in:
parent
ccf9102153
commit
7923318e97
2 changed files with 4 additions and 4 deletions
|
@ -119,7 +119,7 @@
|
||||||
//Only show rss parameters if rss is activated at site and forum levels
|
//Only show rss parameters if rss is activated at site and forum levels
|
||||||
if ($CFG->enablerssfeeds && $CFG->forum_enablerssfeeds) {
|
if ($CFG->enablerssfeeds && $CFG->forum_enablerssfeeds) {
|
||||||
echo "<tr valign=top>";
|
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>";
|
echo "<td>";
|
||||||
unset($choices);
|
unset($choices);
|
||||||
$choices[0] = get_string("none");
|
$choices[0] = get_string("none");
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
|
||||||
echo "<tr valign=top>";
|
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>";
|
echo "<td>";
|
||||||
unset($choices);
|
unset($choices);
|
||||||
$choices[0] = "0";
|
$choices[0] = "0";
|
||||||
|
|
|
@ -332,7 +332,7 @@ if (!$mainglossary or $mainglossary->id == $form->instance ) {
|
||||||
//Only show rss parameters if rss is activated at site and glossary levels
|
//Only show rss parameters if rss is activated at site and glossary levels
|
||||||
if ($CFG->enablerssfeeds && $CFG->glossary_enablerssfeeds) {
|
if ($CFG->enablerssfeeds && $CFG->glossary_enablerssfeeds) {
|
||||||
echo "<tr valign=top>";
|
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>";
|
echo "<td>";
|
||||||
unset($choices);
|
unset($choices);
|
||||||
$choices[0] = get_string("none");
|
$choices[0] = get_string("none");
|
||||||
|
@ -344,7 +344,7 @@ if (!$mainglossary or $mainglossary->id == $form->instance ) {
|
||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
|
|
||||||
echo "<tr valign=top>";
|
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>";
|
echo "<td>";
|
||||||
unset($choices);
|
unset($choices);
|
||||||
$choices[0] = "0";
|
$choices[0] = "0";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue